]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/useless_asref.rs
Auto merge of #6298 - JohnTitor:fix-example, r=llogiq
[rust.git] / tests / ui / useless_asref.rs
index 1d23760bd1480e4672633da850473c4910db243d..2a80291f5d837b4614de012ac60f9fb1d2b9b256 100644 (file)
@@ -1,7 +1,6 @@
 // run-rustfix
 
 #![deny(clippy::useless_asref)]
-#![allow(clippy::trivially_copy_pass_by_ref)]
 
 use std::fmt::Debug;