diff options
| author | bors <bors@rust-lang.org> | 2015-07-28 19:36:26 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-07-28 19:36:26 +0000 |
| commit | ba9224f35451e5d5ef7647bd2b40e5da80ce2735 (patch) | |
| tree | 3866a42e258bbf3a55cb9d683b64818a7b5a88e1 /src/liballoc/lib.rs | |
| parent | aa6efd959e450e1cea177a3f6cd6bab6d80d4154 (diff) | |
| parent | e24423091f0690a83e63ee234bee5627a86b51f0 (diff) | |
| download | rust-ba9224f35451e5d5ef7647bd2b40e5da80ce2735.tar.gz rust-ba9224f35451e5d5ef7647bd2b40e5da80ce2735.zip | |
Auto merge of #26934 - reem:boxed-slice-clone, r=Gankro
Closes #25097
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 fce327398e3..03cf4fc9fc1 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -76,6 +76,7 @@ #![feature(core)] #![feature(core_intrinsics)] #![feature(core_prelude)] +#![feature(core_slice_ext)] #![feature(custom_attribute)] #![feature(fundamental)] #![feature(lang_items)] |
