rust-lang / rustfmt

Format Rust code
https://rust-lang.github.io/rustfmt/
Apache License 2.0
6.06k stars 892 forks source link

Avoid allocation in `JsonEmitter::emit_footer` #6335

Closed Rawk closed 2 months ago

Rawk commented 2 months ago

Write directly to the output instead of creating an intermediate String.