]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/infinite_iter.rs
Addition `manual_map` test for `unsafe` blocks
[rust.git] / tests / ui / infinite_iter.rs
index c324eb957776ce4835d843e6b11c224341fbc75f..1fe688977659d962c5535b4127df8cf546c4852a 100644 (file)
@@ -1,5 +1,4 @@
 use std::iter::repeat;
-#[allow(clippy::trivially_copy_pass_by_ref)]
 fn square_is_lower_64(x: &u32) -> bool {
     x * x < 64
 }