File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -465,13 +465,13 @@ declare_clippy_lint! {
465
465
466
466
declare_clippy_lint ! {
467
467
/// ### What it does
468
- /// Checks for item that has same kind of attributes with mixed styles (inner/outer).
468
+ /// Checks for items that have the same kind of attributes with mixed styles (inner/outer).
469
469
///
470
470
/// ### Why is this bad?
471
471
/// Having both style of said attributes makes it more complicated to read code.
472
472
///
473
473
/// ### Known problems
474
- /// This lint currently have false-nagative when mixing same attributes
474
+ /// This lint currently has false-negatives when mixing same attributes
475
475
/// but they have different path symbols, for example:
476
476
/// ```ignore
477
477
/// #[custom_attribute]
You can’t perform that action at this time.
0 commit comments