diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2021-05-06 13:36:07 +0200 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-05-24 11:07:48 -0400 |
| commit | 9e22b844ddf503adba315aac4d05909bd947dafe (patch) | |
| tree | bef5ba979794cdadc492bae0a83439a697716861 /compiler/rustc_apfloat/src/lib.rs | |
| parent | 1c9500a8f4d5267c7123d23fe0a8fedbe6825cea (diff) | |
| download | rust-9e22b844ddf503adba315aac4d05909bd947dafe.tar.gz rust-9e22b844ddf503adba315aac4d05909bd947dafe.zip | |
remove cfg(bootstrap)
Diffstat (limited to 'compiler/rustc_apfloat/src/lib.rs')
| -rw-r--r-- | compiler/rustc_apfloat/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_apfloat/src/lib.rs b/compiler/rustc_apfloat/src/lib.rs index c648147d108..7eeec4aa86b 100644 --- a/compiler/rustc_apfloat/src/lib.rs +++ b/compiler/rustc_apfloat/src/lib.rs @@ -35,7 +35,6 @@ #![forbid(unsafe_code)] #![feature(iter_zip)] #![feature(nll)] -#![cfg_attr(bootstrap, feature(or_patterns))] #[macro_use] extern crate alloc; |
