We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6a0b9 commit aa6bf1fCopy full SHA for aa6bf1f
clippy_lints/src/let_underscore.rs
@@ -141,7 +141,7 @@ impl<'tcx> LateLintPass<'tcx> for LetUnderscore {
141
cx,
142
LET_UNDERSCORE_DROP,
143
local.span,
144
- "non-binding let on a type that implements `Drop`",
+ "non-binding `let` on a type that implements `Drop`",
145
None,
146
"consider using an underscore-prefixed named \
147
binding or dropping explicitly with `std::mem::drop`"
0 commit comments