]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/format.fixed
iterate List by value
[rust.git] / tests / ui / format.fixed
index 6e100230a3ad338626ef7d2ab2b35e0a881a520f..306514769990d82edde8ff07ebe1780c625cb061 100644 (file)
@@ -1,6 +1,6 @@
 // run-rustfix
 
-#![allow(clippy::print_literal)]
+#![allow(clippy::print_literal, clippy::redundant_clone)]
 #![warn(clippy::useless_format)]
 
 struct Foo(pub String);