Skip to content

Commit 74d92ce

Browse files
committed
Update redundant_guard.rs
1 parent 9103e78 commit 74d92ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/redundant_guard.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ declare_clippy_lint! {
1616
/// Checks for unnecessary guards in match expressions.
1717
///
1818
/// ### Why is this bad?
19-
/// It's simpler and also more readable.
19+
/// It's more complex and much less readable.
2020
///
2121
/// ### Example
2222
/// ```rust,ignore

0 commit comments

Comments
 (0)