diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2022-05-02 01:12:35 -0700 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2022-05-04 13:22:08 +0200 |
| commit | 0fc5c524f5384f45dcf77684821e50ae5dd79a90 (patch) | |
| tree | d1531af5290841434c5a3d28a2c0b2dfa8a3a527 /compiler/rustc_target/src/lib.rs | |
| parent | fed2c43bbf4e3955f83cea77c0b1709c0dbcebf3 (diff) | |
| download | rust-0fc5c524f5384f45dcf77684821e50ae5dd79a90.tar.gz rust-0fc5c524f5384f45dcf77684821e50ae5dd79a90.zip | |
Stabilize `bool::then_some`
Diffstat (limited to 'compiler/rustc_target/src/lib.rs')
| -rw-r--r-- | compiler/rustc_target/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/lib.rs b/compiler/rustc_target/src/lib.rs index e9ef71ede51..4dc6af15001 100644 --- a/compiler/rustc_target/src/lib.rs +++ b/compiler/rustc_target/src/lib.rs @@ -9,7 +9,6 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![feature(associated_type_bounds)] -#![feature(bool_to_option)] #![feature(exhaustive_patterns)] #![feature(let_else)] #![feature(min_specialization)] |
