Skip to content

Commit 8211b59

Browse files
smoeliusflip1995
andauthored
Update clippy_lints/src/let_underscore.rs
Co-authored-by: Philipp Krones <[email protected]>
1 parent 9751cba commit 8211b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/let_underscore.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ declare_clippy_lint! {
9595
/// }
9696
/// ```
9797
pub LET_UNDERSCORE_DROP,
98-
correctness,
98+
pedantic,
9999
"non-binding let on a type that implements `Drop`"
100100
}
101101

0 commit comments

Comments
 (0)