Skip to content

Commit

Permalink
Rollup merge of rust-lang#82129 - est31:master, r=jyn514
Browse files Browse the repository at this point in the history
Remove redundant bool_to_option feature gate
  • Loading branch information
JohnTitor committed Feb 15, 2021
2 parents 4f1dbe8 + 63806cc commit 4a1e236
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_expand/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![feature(bool_to_option)]
#![feature(crate_visibility_modifier)]
#![feature(decl_macro)]
#![feature(or_patterns)]
Expand Down

0 comments on commit 4a1e236

Please sign in to comment.