about summary refs log tree commit diff
path: root/compiler/rustc_target/src/lib.rs
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2022-05-02 01:12:35 -0700
committerMara Bos <m-ou.se@m-ou.se>2022-05-04 13:22:08 +0200
commit0fc5c524f5384f45dcf77684821e50ae5dd79a90 (patch)
treed1531af5290841434c5a3d28a2c0b2dfa8a3a527 /compiler/rustc_target/src/lib.rs
parentfed2c43bbf4e3955f83cea77c0b1709c0dbcebf3 (diff)
downloadrust-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.rs1
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)]