about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-08-19 21:56:49 +0200
committerRalf Jung <post@ralfj.de>2018-10-09 08:58:01 +0200
commitaeea992fa298a26ffb2384987e3ec3651e36b081 (patch)
treebe0809b9b4c84bc1b564a402fde89abfb03375b1 /src/liballoc/lib.rs
parent25a75a4d8633b9a71b47dbc1cd3c84248725425b (diff)
downloadrust-aeea992fa298a26ffb2384987e3ec3651e36b081.tar.gz
rust-aeea992fa298a26ffb2384987e3ec3651e36b081.zip
alloc: fix deprecated warnings
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs1
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