Skip to content

Commit e98c7a4

Browse files
committed
update lints
1 parent ed72dc4 commit e98c7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lintlist/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
14481448
Lint {
14491449
name: "new_ret_no_self",
14501450
group: "style",
1451-
desc: "not returning `Self` in a `new` method",
1451+
desc: "not returning type containing `Self` in a `new` method",
14521452
deprecation: None,
14531453
module: "methods",
14541454
},

0 commit comments

Comments
 (0)