From 63806cc919593a5a163458bc5427bbcffcfb45ba Mon Sep 17 00:00:00 2001 From: est31 Date: Mon, 15 Feb 2021 03:55:52 +0100 Subject: [PATCH] Remove redundant bool_to_option feature gate --- compiler/rustc_expand/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/rustc_expand/src/lib.rs b/compiler/rustc_expand/src/lib.rs index 3b722c04cb154..c5d8ff25ea94b 100644 --- a/compiler/rustc_expand/src/lib.rs +++ b/compiler/rustc_expand/src/lib.rs @@ -1,4 +1,3 @@ -#![feature(bool_to_option)] #![feature(crate_visibility_modifier)] #![feature(decl_macro)] #![feature(or_patterns)]