From e98c7a45d44cfed922699fbc1d61f3802d08b867 Mon Sep 17 00:00:00 2001 From: Emerentius Date: Sun, 12 Apr 2020 23:47:58 +0200 Subject: [PATCH] update lints --- src/lintlist/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs index edebaff9f142..935ea180ebe2 100644 --- a/src/lintlist/mod.rs +++ b/src/lintlist/mod.rs @@ -1448,7 +1448,7 @@ pub static ref ALL_LINTS: Vec = 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", },