Skip to content

Commit 2b40363

Browse files
J-ZhengLiy21
andauthored
Apply suggestions from code review
Co-authored-by: Timo <[email protected]>
1 parent 8f05653 commit 2b40363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/attrs/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -465,13 +465,13 @@ declare_clippy_lint! {
465465

466466
declare_clippy_lint! {
467467
/// ### 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).
469469
///
470470
/// ### Why is this bad?
471471
/// Having both style of said attributes makes it more complicated to read code.
472472
///
473473
/// ### Known problems
474-
/// This lint currently have false-nagative when mixing same attributes
474+
/// This lint currently has false-negatives when mixing same attributes
475475
/// but they have different path symbols, for example:
476476
/// ```ignore
477477
/// #[custom_attribute]

0 commit comments

Comments
 (0)