about summary refs log tree commit diff
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2021-02-15 03:55:52 +0100
committerest31 <MTest31@outlook.com>2021-02-15 04:27:57 +0100
commit63806cc919593a5a163458bc5427bbcffcfb45ba (patch)
tree8a9a9c1045d0e54454c3a561258e8c1964c6bfd8
parent5fa22fe6f821ac3801d05f624b123dda25fde32c (diff)
downloadrust-63806cc919593a5a163458bc5427bbcffcfb45ba.tar.gz
rust-63806cc919593a5a163458bc5427bbcffcfb45ba.zip
Remove redundant bool_to_option feature gate
-rw-r--r--compiler/rustc_expand/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_expand/src/lib.rs b/compiler/rustc_expand/src/lib.rs
index 3b722c04cb1..c5d8ff25ea9 100644
--- a/compiler/rustc_expand/src/lib.rs
+++ b/compiler/rustc_expand/src/lib.rs
@@ -1,4 +1,3 @@
-#![feature(bool_to_option)]
 #![feature(crate_visibility_modifier)]
 #![feature(decl_macro)]
 #![feature(or_patterns)]