We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc535e commit ae161abCopy full SHA for ae161ab
src/lib.rs
@@ -141,6 +141,7 @@
141
clippy::checked_conversions,
142
clippy::doc_markdown,
143
clippy::enum_glob_use,
144
+ clippy::into_iter_without_iter, // https://github.com/rust-lang/rust-clippy/issues/11635
145
clippy::let_underscore_untyped,
146
clippy::manual_range_contains,
147
clippy::missing_errors_doc,
0 commit comments