update lints

This commit is contained in:
Emerentius 2020-04-12 23:47:58 +02:00
parent ed72dc4119
commit e98c7a45d4
1 changed files with 1 additions and 1 deletions

View File

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