diff options
| author | Ralf Jung <post@ralfj.de> | 2019-02-14 22:31:06 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-02-14 22:31:06 +0100 |
| commit | 95ef9b4fc28ad2f5db078eb1ae233fd5be76806b (patch) | |
| tree | 5c973c33fff52eb1d999de8643a40638fbf29e06 /src/liballoc/lib.rs | |
| parent | b5ab2c7f1cf31a642c826047ed1025f4fc13d879 (diff) | |
| download | rust-95ef9b4fc28ad2f5db078eb1ae233fd5be76806b.tar.gz rust-95ef9b4fc28ad2f5db078eb1ae233fd5be76806b.zip | |
make Centril happy
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 2 |
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)] |
