Skip to content

Commit 1435812

Browse files
committed
Ran cargo dev update_lints
1 parent 45fe0a3 commit 1435812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lintlist/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
11471147
Lint {
11481148
name: "map_identity",
11491149
group: "style",
1150-
desc: "default lint description",
1150+
desc: "using iterator.map(|x| x)",
11511151
deprecation: None,
11521152
module: "map_identity",
11531153
},

0 commit comments

Comments
 (0)