You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't see the difference: There's a blank line between const LMAO: i32 = 42; and the documentation paragraph /// Awesome doc in my "expectation-example".
The text was updated successfully, but these errors were encountered:
Reproduction information
Example code:
Content of
~/.config/rusfmt/rustfmt.toml
:Output of
rustfmt -V
:rustfmt 1.4.37-nightly (7c3872e 2021-06-24)
Problem
If I run
rustfmt
with the settings and the file above,rustfmt
changes the file to this:But I'd expect to be like this:
If you don't see the difference: There's a blank line between
const LMAO: i32 = 42;
and the documentation paragraph/// Awesome doc
in my "expectation-example".The text was updated successfully, but these errors were encountered: