Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Timo <[email protected]>
  • Loading branch information
J-ZhengLi and y21 authored Mar 23, 2024
1 parent 8f05653 commit 2b40363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clippy_lints/src/attrs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,13 +465,13 @@ declare_clippy_lint! {

declare_clippy_lint! {
/// ### What it does
/// 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).
///
/// ### Why is this bad?
/// Having both style of said attributes makes it more complicated to read code.
///
/// ### Known problems
/// This lint currently have false-nagative when mixing same attributes
/// This lint currently has false-negatives when mixing same attributes
/// but they have different path symbols, for example:
/// ```ignore
/// #[custom_attribute]
Expand Down

0 comments on commit 2b40363

Please sign in to comment.