Remove some unused features from alloc core and std

This commit is contained in:
est31 2020-09-18 09:35:37 +02:00
parent baafc71f1f
commit 562422ecf7
3 changed files with 1 additions and 17 deletions

View file

@ -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)]