]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/lib.rs
Bump master to 1.21.0
[rust.git] / src / liballoc / lib.rs
index 80532bbdda15708ce08e2956e46c14ecb705b6ab..91653f87a3000eb55b5c358d4826d96fdc89317b 100644 (file)
@@ -85,7 +85,6 @@
 #![cfg_attr(not(test), feature(slice_rotate))]
 #![cfg_attr(not(test), feature(str_checked_slicing))]
 #![cfg_attr(test, feature(rand, test))]
-#![cfg_attr(stage0, feature(allocator))]
 #![feature(allow_internal_unstable)]
 #![feature(box_patterns)]
 #![feature(box_syntax)]
 #![feature(unicode)]
 #![feature(unique)]
 #![feature(unsize)]
-#![cfg_attr(not(stage0), feature(allocator_internals))]
+#![feature(allocator_internals)]
 
 #![cfg_attr(not(test), feature(fused, fn_traits, placement_new_protocol))]
 #![cfg_attr(test, feature(test, box_heap))]