Skip to content

Commit 22e7775

Browse files
authored
Change formulation of known problems section
1 parent e266708 commit 22e7775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/matches.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,8 @@ declare_clippy_lint! {
459459
///
460460
/// **Why is this bad?** Readability and needless complexity.
461461
///
462-
/// **Known problems:** It can be FP triggered, when some arms have `cfg`
463-
/// attributes, which evaluate into `false`.
462+
/// **Known problems:** This lint falsely triggers, if there are arms with
463+
/// `cfg` attributes that remove an arm evaluating to `false`.
464464
///
465465
/// **Example:**
466466
/// ```rust

0 commit comments

Comments
 (0)