Skip to content
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

Fix false positive in empty_line_after_outer_attribute #2577

Commits on Mar 26, 2018

  1. Fix false positive in empty_line_after_outer_attribute

    `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)
    phansch committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    034c81b View commit details
    Browse the repository at this point in the history