]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/crashes/ice-4968.rs
Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup
[rust.git] / tests / ui / crashes / ice-4968.rs
index 3822f174598540ea2980e6469795872029d5a9e7..e0510d942c200843abd0432b756f60ab9002d265 100644 (file)
@@ -3,6 +3,7 @@
 // Test for https://github.com/rust-lang/rust-clippy/issues/4968
 
 #![warn(clippy::unsound_collection_transmute)]
+#![allow(clippy::transmute_undefined_repr)]
 
 trait Trait {
     type Assoc;