mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
run cargo dev update-lints
This commit is contained in:
parent
1b46e485b2
commit
f59ec1945f
@ -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 New Issue
Block a user