We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b3499 commit d5657c1Copy full SHA for d5657c1
src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs
@@ -301,7 +301,7 @@ pub const DEFAULT_LINTS: &[Lint] = &[
301
},
302
Lint {
303
label: "let_underscore_drop",
304
- description: r##"non-binding let on a type that has a destructor"##,
+ description: r##"non-binding let on a type that implements `Drop`"##,
305
306
307
label: "let_underscore_lock",
0 commit comments