We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e7775 commit 84cdb0aCopy full SHA for 84cdb0a
clippy_lints/src/matches.rs
@@ -460,7 +460,7 @@ declare_clippy_lint! {
460
/// **Why is this bad?** Readability and needless complexity.
461
///
462
/// **Known problems:** This lint falsely triggers, if there are arms with
463
- /// `cfg` attributes that remove an arm evaluating to `false`.
+ /// `cfg` attributes that remove an arm evaluating to `false`.
464
465
/// **Example:**
466
/// ```rust
0 commit comments