]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/len_zero.fixed
iterate List by value
[rust.git] / tests / ui / len_zero.fixed
index 6ea4639769da8e42b57b837ddf9d64016ab76bfa..624e5ef8fcf13129184a1c5b1580ce50ad6c696c 100644 (file)
@@ -1,7 +1,7 @@
 // run-rustfix
 
 #![warn(clippy::len_zero)]
-#![allow(dead_code, unused, clippy::len_without_is_empty, clippy::unused_self)]
+#![allow(dead_code, unused, clippy::len_without_is_empty)]
 
 pub struct One;
 struct Wither;