Skip to content

Commit 84cdb0a

Browse files
authored
Fix formatting
1 parent 22e7775 commit 84cdb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/matches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ declare_clippy_lint! {
460460
/// **Why is this bad?** Readability and needless complexity.
461461
///
462462
/// **Known problems:** This lint falsely triggers, if there are arms with
463-
/// `cfg` attributes that remove an arm evaluating to `false`.
463+
/// `cfg` attributes that remove an arm evaluating to `false`.
464464
///
465465
/// **Example:**
466466
/// ```rust

0 commit comments

Comments
 (0)