diff options
| author | est31 <MTest31@outlook.com> | 2020-09-18 09:35:37 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2020-09-20 04:29:11 +0200 |
| commit | 562422ecf7fd8b34a337e6a99cc86e21c60dcf99 (patch) | |
| tree | 36c18fa9476e1750d5e0d543816a3117c9dc6373 /library/std/src | |
| parent | baafc71f1fc04ec1d042dc8de9d29d1e24316c4b (diff) | |
| download | rust-562422ecf7fd8b34a337e6a99cc86e21c60dcf99.tar.gz rust-562422ecf7fd8b34a337e6a99cc86e21c60dcf99.zip | |
Remove some unused features from alloc core and std
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 34230629fb0..c63c3c34a88 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -228,7 +228,6 @@ #![feature(atomic_mut_ptr)] #![feature(box_syntax)] #![feature(c_variadic)] -#![feature(can_vector)] #![feature(cfg_accessible)] #![feature(cfg_target_has_atomic)] #![feature(cfg_target_thread_local)] @@ -261,7 +260,6 @@ #![feature(gen_future)] #![feature(generator_trait)] #![feature(global_asm)] -#![feature(hash_raw_entry)] #![feature(hashmap_internals)] #![feature(int_error_internals)] #![feature(int_error_matching)] |
