-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
False positive: empty_line_after_outer_attr 3+ empty lines enum #2475
Comments
cc @phansch |
Thanks, I will take a look later today! |
quodlibetor
added a commit
to quodlibetor/rust-chrono
that referenced
this issue
Mar 4, 2018
rust-lang/rust-clippy#2475 , we'll revert this commit when that's fixed.
phansch
added a commit
to phansch/rust-clippy
that referenced
this issue
Mar 26, 2018
`empty_line_after_outer_attribute` produced a false positive warning when deriving `Copy` and/or `Clone` for an item. It looks like the second point in [this comment][that_comment] is related, as the attribute that causes the false positive has a path of `rustc_copy_clone_marker`. Fixes rust-lang#2475 [that_comment]: rust-lang/rust#35900 (comment)
Jarcho
added a commit
to Jarcho/rust-clippy
that referenced
this issue
May 5, 2022
Jarcho
added a commit
to Jarcho/rust-clippy
that referenced
this issue
May 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using 5e6342d empty_line_after_outer_attr warnings appear when a simple enum has 3+ empty lines. Doesn't occur with 1 or 2 empty lines.
The text was updated successfully, but these errors were encountered: