about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2019-02-14 22:31:06 +0100
committerRalf Jung <post@ralfj.de>2019-02-14 22:31:06 +0100
commit95ef9b4fc28ad2f5db078eb1ae233fd5be76806b (patch)
tree5c973c33fff52eb1d999de8643a40638fbf29e06 /src/liballoc/lib.rs
parentb5ab2c7f1cf31a642c826047ed1025f4fc13d879 (diff)
downloadrust-95ef9b4fc28ad2f5db078eb1ae233fd5be76806b.tar.gz
rust-95ef9b4fc28ad2f5db078eb1ae233fd5be76806b.zip
make Centril happy
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 2f23a697a58..d0b06d6bae5 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -112,7 +112,7 @@
 #![feature(rustc_const_unstable)]
 #![feature(const_vec_new)]
 #![feature(slice_partition_dedup)]
-#![feature(maybe_uninit, maybe_uninit_slice)]
+#![feature(maybe_uninit, maybe_uninit_slice, maybe_uninit_array)]
 #![feature(alloc_layout_extra)]
 #![feature(try_trait)]