fix test using mem::uninitialized

This commit is contained in:
Ralf Jung 2019-07-06 09:33:22 +02:00
parent 5e022773f3
commit ba8728cd8b

View File

@ -1,3 +1,5 @@
#![allow(deprecated)]
struct Foo {
_inner: i32,
}