]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/issue_4266.rs
Fix `unnecessary_cast` suggestion when taking a reference
[rust.git] / tests / ui / issue_4266.rs
index cc699b79e433ca39756717f16714487a05421da7..8e0620e52b65fd6f5eb1c8f346ed264aad75d79a 100644 (file)
@@ -1,5 +1,5 @@
-// edition:2018
 #![allow(dead_code)]
+#![allow(clippy::uninlined_format_args)]
 
 async fn sink1<'a>(_: &'a str) {} // lint
 async fn sink1_elided(_: &str) {} // ok