mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 17:28:07 +00:00
run cargo dev update-lints
This commit is contained in:
parent
1b46e485b2
commit
f59ec1945f
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
|
|||
Lint {
|
||||
name: "drop_bounds",
|
||||
group: "correctness",
|
||||
desc: "Bounds of the form `T: Drop` are useless",
|
||||
desc: "bounds of the form `T: Drop` are useless",
|
||||
deprecation: None,
|
||||
module: "drop_bounds",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue