-
Notifications
You must be signed in to change notification settings - Fork 926
rustfmt removes module-level attributes when there are comments #1280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Duplicate of #1277. |
@nrc would you be able to tag a new release? We'd love to integrate rustfmt into the CI for the Remacs project, but we're seeing this issue. |
@Wilfred I just released v0.8 (it took a while because I did some large refactoring and wanted to give it a little time for testing). |
mulkieran
added a commit
to mulkieran/stratisd
that referenced
this issue
Mar 7, 2017
The bug that we were triggering was fixed in the newest version. rust-lang/rustfmt#1280 Signed-off-by: mulhern <[email protected]>
Thanks :) |
mulkieran
added a commit
to mulkieran/stratisd
that referenced
this issue
Mar 27, 2017
The bug that we were triggering was fixed in the newest version. rust-lang/rustfmt#1280 Signed-off-by: mulhern <[email protected]>
mulkieran
added a commit
to mulkieran/stratisd
that referenced
this issue
May 5, 2017
The bug that we were triggering was fixed in the newest version. rust-lang/rustfmt#1280 Signed-off-by: mulhern <[email protected]>
mulkieran
added a commit
to mulkieran/stratisd
that referenced
this issue
May 5, 2017
The bug that we were triggering was fixed in the newest version. rust-lang/rustfmt#1280 Signed-off-by: mulhern <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given the Rust code:
rustfmt 0.7 produces:
// bar
The text was updated successfully, but these errors were encountered: