diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-08-19 21:56:49 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-09-22 21:01:21 +0200 |
| commit | 7c37c6d33ef890f73c16323fe87cdbe403ba2ac8 (patch) | |
| tree | 159da12e40a4d777ea71fc61944133c8081c3e65 /src/liballoc/lib.rs | |
| parent | 96572cb5f8e9aab3e39162ff10fc6b8a41dde4ed (diff) | |
| download | rust-7c37c6d33ef890f73c16323fe87cdbe403ba2ac8.tar.gz rust-7c37c6d33ef890f73c16323fe87cdbe403ba2ac8.zip | |
alloc: fix deprecated warnings
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index b2303a02cb2..089480c06d2 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -119,6 +119,7 @@ #![feature(exact_chunks)] #![feature(rustc_const_unstable)] #![feature(const_vec_new)] +#![feature(maybe_uninit)] // Allow testing this library |
