about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEmerentius <emerentius@arcor.de>2020-04-12 23:47:58 +0200
committerEmerentius <emerentius@arcor.de>2020-04-12 23:47:58 +0200
commite98c7a45d44cfed922699fbc1d61f3802d08b867 (patch)
tree6568532c0145a8a98c2f59d83e6ffc754a5b868a /src
parented72dc411918d5d39795954447a6d99aeb85a12e (diff)
downloadrust-e98c7a45d44cfed922699fbc1d61f3802d08b867.tar.gz
rust-e98c7a45d44cfed922699fbc1d61f3802d08b867.zip
update lints
Diffstat (limited to 'src')
-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 edebaff9f14..935ea180ebe 100644
--- a/src/lintlist/mod.rs
+++ b/src/lintlist/mod.rs
@@ -1448,7 +1448,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
     Lint {
         name: "new_ret_no_self",
         group: "style",
-        desc: "not returning `Self` in a `new` method",
+        desc: "not returning type containing `Self` in a `new` method",
         deprecation: None,
         module: "methods",
     },