]> git.lizzy.rs Git - rust.git/commitdiff
fix test using mem::uninitialized
authorRalf Jung <post@ralfj.de>
Sat, 6 Jul 2019 07:33:22 +0000 (09:33 +0200)
committerRalf Jung <post@ralfj.de>
Sat, 6 Jul 2019 07:33:22 +0000 (09:33 +0200)
tests/run-pass/move-undef-primval.rs

index 73c33943a63ac65fa586292963f67df44e5da382..b8bd869b48c9777cc1453911595113e4a02b72f6 100644 (file)
@@ -1,3 +1,5 @@
+#![allow(deprecated)]
+
 struct Foo {
     _inner: i32,
 }