about summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src/lib.rs
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2022-08-09 09:56:13 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2022-08-12 16:28:15 -0400
commit154a09dd913edc7db698b8a7230c720a8f0baa74 (patch)
tree2ce869cebc15cc5325f538ab69bbeb9ec8358228 /compiler/rustc_ast_lowering/src/lib.rs
parent7b42606758ad75c09ff6b37122a2aec6ef4a9f7e (diff)
Adjust cfgs
Diffstat (limited to 'compiler/rustc_ast_lowering/src/lib.rs')
-rw-r--r--compiler/rustc_ast_lowering/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_ast_lowering/src/lib.rs b/compiler/rustc_ast_lowering/src/lib.rs
index 38d30d0ffde..056f9ca08f8 100644
--- a/compiler/rustc_ast_lowering/src/lib.rs
+++ b/compiler/rustc_ast_lowering/src/lib.rs
@@ -31,7 +31,6 @@
 //! in the HIR, especially for multiple identifiers.
 
 #![feature(box_patterns)]
-#![cfg_attr(bootstrap, feature(let_chains))]
 #![feature(let_else)]
 #![feature(never_type)]
 #![recursion_limit = "256"]