Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d5657c1

Browse files
committedSep 26, 2024·
revert the change in the auto-generated file
1 parent 68b3499 commit d5657c1

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/ide-db/src/generated

1 file changed

+1
-1
lines changed
 

‎src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ pub const DEFAULT_LINTS: &[Lint] = &[
301301
},
302302
Lint {
303303
label: "let_underscore_drop",
304-
description: r##"non-binding let on a type that has a destructor"##,
304+
description: r##"non-binding let on a type that implements `Drop`"##,
305305
},
306306
Lint {
307307
label: "let_underscore_lock",

0 commit comments

Comments
 (0)
Please sign in to comment.