mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
b8f7ec3dcc
* Add custom comments This allows users to use custom comments such as ``` //@ this is a custom comment //@ with multiple lines ``` without having them destroyed by rustfmt. * Fix issues with empty lines * Check non-whitespace right after custom comments