about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2020-08-10 23:55:15 +0200
committerMatthias Krüger <matthias.krueger@famsik.de>2020-08-10 23:57:08 +0200
commitf59ec1945f887eeff17ae04008fc1e6e8b1fb4f6 (patch)
tree752248269655166e435d8e11dbe711ed3ea08012
parent1b46e485b28613426f7bebccc009effad50fcaf7 (diff)
downloadrust-f59ec1945f887eeff17ae04008fc1e6e8b1fb4f6.tar.gz
rust-f59ec1945f887eeff17ae04008fc1e6e8b1fb4f6.zip
run cargo dev update-lints
-rw-r--r--src/lintlist/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs
index 6395b571504..dc8779748e0 100644
--- a/src/lintlist/mod.rs
+++ b/src/lintlist/mod.rs
@@ -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",
     },