Skip to content

Commit

Permalink
revert the change in the auto-generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
makai410 committed Sep 26, 2024
1 parent 68b3499 commit d5657c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ pub const DEFAULT_LINTS: &[Lint] = &[
},
Lint {
label: "let_underscore_drop",
description: r##"non-binding let on a type that has a destructor"##,
description: r##"non-binding let on a type that implements `Drop`"##,
},
Lint {
label: "let_underscore_lock",
Expand Down

0 comments on commit d5657c1

Please sign in to comment.