run cargo dev update-lints

This commit is contained in:
Matthias Krüger 2020-08-10 23:55:15 +02:00
parent 1b46e485b2
commit f59ec1945f

View file

@ -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",
},