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 e266708 commit 22e7775Copy full SHA for 22e7775
clippy_lints/src/matches.rs
@@ -459,8 +459,8 @@ declare_clippy_lint! {
459
///
460
/// **Why is this bad?** Readability and needless complexity.
461
462
- /// **Known problems:** It can be FP triggered, when some arms have `cfg`
463
- /// attributes, which evaluate into `false`.
+ /// **Known problems:** This lint falsely triggers, if there are arms with
+ /// `cfg` attributes that remove an arm evaluating to `false`.
464
465
/// **Example:**
466
/// ```rust
0 commit comments