We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176df7c commit bc9459fCopy full SHA for bc9459f
1 file changed
clippy_lints/src/non_expressive_names.rs
@@ -126,6 +126,7 @@ const ALLOWED_TO_BE_SIMILAR: &[&[&str]] = &[
126
&["qpath", "path"],
127
&["lit", "lint"],
128
&["wparam", "lparam"],
129
+ &["iter", "item"],
130
];
131
132
struct SimilarNamesNameVisitor<'a, 'tcx, 'b>(&'b mut SimilarNamesLocalVisitor<'a, 'tcx>);
0 commit comments