mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-29 14:02:54 +00:00

Apparently `write!` generates more code than `write_str` when used with a simple string, so optimizing it.
Apparently `write!` generates more code than `write_str` when used with a simple string, so optimizing it.