Skip to content

Commit 02f3280

Browse files
committed
Improved documentation of unusable_matches_binding lint
1 parent ea70904 commit 02f3280

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/matches

1 file changed

+1
-1
lines changed

clippy_lints/src/matches/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ declare_clippy_lint! {
997997
#[clippy::version = "1.75.0"]
998998
pub UNUSABLE_MATCHES_BINDING,
999999
correctness,
1000-
"default lint description"
1000+
"checks for unused bindings in `matches!` macro"
10011001
}
10021002

10031003
#[derive(Default)]

0 commit comments

Comments
 (0)