about summary refs log tree commit diff
path: root/compiler/rustc_parse_format/src
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2021-05-06 13:36:07 +0200
committerMark Rousskov <mark.simulacrum@gmail.com>2021-05-24 11:07:48 -0400
commit9e22b844ddf503adba315aac4d05909bd947dafe (patch)
treebef5ba979794cdadc492bae0a83439a697716861 /compiler/rustc_parse_format/src
parent1c9500a8f4d5267c7123d23fe0a8fedbe6825cea (diff)
downloadrust-9e22b844ddf503adba315aac4d05909bd947dafe.tar.gz
rust-9e22b844ddf503adba315aac4d05909bd947dafe.zip
remove cfg(bootstrap)
Diffstat (limited to 'compiler/rustc_parse_format/src')
-rw-r--r--compiler/rustc_parse_format/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_parse_format/src/lib.rs b/compiler/rustc_parse_format/src/lib.rs
index 50db69f4209..9d653de910f 100644
--- a/compiler/rustc_parse_format/src/lib.rs
+++ b/compiler/rustc_parse_format/src/lib.rs
@@ -10,7 +10,6 @@
     test(attr(deny(warnings)))
 )]
 #![feature(nll)]
-#![cfg_attr(bootstrap, feature(or_patterns))]
 #![feature(bool_to_option)]
 
 pub use Alignment::*;