Skip to content

Commit

Permalink
Rollup merge of #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 authored Feb 15, 2021
2 parents cb9f6b1 + 63806cc commit abdfa39
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 abdfa39

Please sign in to comment.