diff options
| author | est31 <MTest31@outlook.com> | 2021-02-15 03:55:52 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2021-02-15 04:27:57 +0100 |
| commit | 63806cc919593a5a163458bc5427bbcffcfb45ba (patch) | |
| tree | 8a9a9c1045d0e54454c3a561258e8c1964c6bfd8 | |
| parent | 5fa22fe6f821ac3801d05f624b123dda25fde32c (diff) | |
| download | rust-63806cc919593a5a163458bc5427bbcffcfb45ba.tar.gz rust-63806cc919593a5a163458bc5427bbcffcfb45ba.zip | |
Remove redundant bool_to_option feature gate
| -rw-r--r-- | compiler/rustc_expand/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_expand/src/lib.rs b/compiler/rustc_expand/src/lib.rs index 3b722c04cb1..c5d8ff25ea9 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)] |
