]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/issue_3849.rs
map_unit_fn: rename tests to fixable
[rust.git] / tests / ui / issue_3849.rs
index 33462b0ea77d254cb7aea3dd95dc2c6b8e397a27..bae4570e539a1b834d60014aafa2f6b627fb753d 100644 (file)
@@ -1,6 +1,7 @@
 #![allow(dead_code)]
 #![allow(clippy::zero_ptr)]
 #![allow(clippy::transmute_ptr_to_ref)]
+#![allow(clippy::transmuting_null)]
 
 pub const ZPTR: *const usize = 0 as *const _;