]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/inherent_to_string.rs
iterate List by value
[rust.git] / tests / ui / inherent_to_string.rs
index 6e9feeeb02aa7019b98f7e2e48dba1b664c30587..e6cf337d1bb1baa932b13f3665cdc8d7764395ee 100644 (file)
@@ -1,6 +1,6 @@
 #![warn(clippy::inherent_to_string)]
 #![deny(clippy::inherent_to_string_shadow_display)]
-#![allow(clippy::many_single_char_names, clippy::unused_self)]
+#![allow(clippy::many_single_char_names)]
 
 use std::fmt;