]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/no_effect.rs
New upstream version 1.64.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / no_effect.rs
index 7ece66a1ccb6f9117df23ed1cb99f8ec1a60ecd8..fdefb11ae17a543f4f4c1cabdd4a1d88eddb36ad 100644 (file)
@@ -4,7 +4,6 @@
 #![allow(path_statements)]
 #![allow(clippy::deref_addrof)]
 #![allow(clippy::redundant_field_names)]
-#![feature(untagged_unions)]
 
 struct Unit;
 struct Tuple(i32);