We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
let_underscore_drop
1 parent 8807c2d commit a9095ffCopy full SHA for a9095ff
compiler/rustc_lint/src/let_underscore.rs
@@ -46,7 +46,7 @@ declare_lint! {
46
/// calling `std::mem::drop` on the expression is clearer and helps convey
47
/// intent.
48
pub LET_UNDERSCORE_DROP,
49
- Deny,
+ Allow,
50
"non-binding let on a type that implements `Drop`"
51
}
52
0 commit comments