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_codegen_llvm | |
| parent | fed2c43bbf4e3955f83cea77c0b1709c0dbcebf3 (diff) | |
| download | rust-0fc5c524f5384f45dcf77684821e50ae5dd79a90.tar.gz rust-0fc5c524f5384f45dcf77684821e50ae5dd79a90.zip | |
Stabilize `bool::then_some`
Diffstat (limited to 'compiler/rustc_codegen_llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs index b0359239569..0bead4629a6 100644 --- a/compiler/rustc_codegen_llvm/src/lib.rs +++ b/compiler/rustc_codegen_llvm/src/lib.rs @@ -5,7 +5,6 @@ //! This API is completely unstable and subject to change. #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] -#![feature(bool_to_option)] #![feature(crate_visibility_modifier)] #![feature(let_chains)] #![feature(let_else)] |
