about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2020-07-16 09:12:59 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2020-07-16 19:36:49 -0400
commit647d9b525fcda07695809b851b4d6bce05b34e61 (patch)
tree843258ffe5efd9a1fa9edeade00e172785aaa4e9 /src/liballoc
parent6c50ae898b259ba2b4f730ed2e40d9efa3db221b (diff)
downloadrust-647d9b525fcda07695809b851b4d6bce05b34e61.tar.gz
rust-647d9b525fcda07695809b851b4d6bce05b34e61.zip
apply bootstrap cfgs
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 2ec777ac85c..87aee950082 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -87,7 +87,6 @@
 #![feature(const_generic_impls_guard)]
 #![feature(const_generics)]
 #![feature(const_in_array_repeat_expressions)]
-#![cfg_attr(bootstrap, feature(const_if_match))]
 #![feature(cow_is_borrowed)]
 #![feature(deque_range)]
 #![feature(dispatch_from_dyn)]