We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f05653 commit 2b40363Copy full SHA for 2b40363
clippy_lints/src/attrs/mod.rs
@@ -465,13 +465,13 @@ declare_clippy_lint! {
465
466
declare_clippy_lint! {
467
/// ### What it does
468
- /// Checks for item that has same kind of attributes with mixed styles (inner/outer).
+ /// Checks for items that have the same kind of attributes with mixed styles (inner/outer).
469
///
470
/// ### Why is this bad?
471
/// Having both style of said attributes makes it more complicated to read code.
472
473
/// ### Known problems
474
- /// This lint currently have false-nagative when mixing same attributes
+ /// This lint currently has false-negatives when mixing same attributes
475
/// but they have different path symbols, for example:
476
/// ```ignore
477
/// #[custom_attribute]
0 commit comments