Skip to content

Commit f59ec19

Browse files
committed
run cargo dev update-lints
1 parent 1b46e48 commit f59ec19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lintlist/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
412412
Lint {
413413
name: "drop_bounds",
414414
group: "correctness",
415-
desc: "Bounds of the form `T: Drop` are useless",
415+
desc: "bounds of the form `T: Drop` are useless",
416416
deprecation: None,
417417
module: "drop_bounds",
418418
},

0 commit comments

Comments
 (0)