Skip to content

Commit

Permalink
update lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerentius committed Apr 12, 2020
1 parent ed72dc4 commit e98c7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lintlist/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit e98c7a4

Please sign in to comment.