diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-08-19 21:56:49 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2018-10-09 08:58:01 +0200 |
| commit | aeea992fa298a26ffb2384987e3ec3651e36b081 (patch) | |
| tree | be0809b9b4c84bc1b564a402fde89abfb03375b1 /src/liballoc/lib.rs | |
| parent | 25a75a4d8633b9a71b47dbc1cd3c84248725425b (diff) | |
| download | rust-aeea992fa298a26ffb2384987e3ec3651e36b081.tar.gz rust-aeea992fa298a26ffb2384987e3ec3651e36b081.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 78d1958b8fb..987572e6b74 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -119,6 +119,7 @@ #![feature(rustc_const_unstable)] #![feature(const_vec_new)] #![feature(slice_partition_dedup)] +#![feature(maybe_uninit)] // Allow testing this library |
