Skip to content

Commit

Permalink
Improved documentation of unusable_matches_binding lint
Browse files Browse the repository at this point in the history
  • Loading branch information
p-fuchs committed Oct 12, 2023
1 parent ea70904 commit 02f3280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/matches/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ declare_clippy_lint! {
#[clippy::version = "1.75.0"]
pub UNUSABLE_MATCHES_BINDING,
correctness,
"default lint description"
"checks for unused bindings in `matches!` macro"
}

#[derive(Default)]
Expand Down

0 comments on commit 02f3280

Please sign in to comment.