summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
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_codegen_ssa/src
parentfed2c43bbf4e3955f83cea77c0b1709c0dbcebf3 (diff)
downloadrust-0fc5c524f5384f45dcf77684821e50ae5dd79a90.tar.gz
rust-0fc5c524f5384f45dcf77684821e50ae5dd79a90.zip
Stabilize `bool::then_some`
Diffstat (limited to 'compiler/rustc_codegen_ssa/src')
-rw-r--r--compiler/rustc_codegen_ssa/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/lib.rs b/compiler/rustc_codegen_ssa/src/lib.rs
index 05d32972dab..b7bee9ab805 100644
--- a/compiler/rustc_codegen_ssa/src/lib.rs
+++ b/compiler/rustc_codegen_ssa/src/lib.rs
@@ -1,5 +1,4 @@
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
-#![feature(bool_to_option)]
 #![feature(box_patterns)]
 #![feature(try_blocks)]
 #![feature(let_else)]