Rollup merge of #82129 - est31:master, r=jyn514

Remove redundant bool_to_option feature gate
This commit is contained in:
Jonas Schievink 2021-02-15 16:07:09 +01:00 committed by GitHub
commit 1c75dfbce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#![feature(bool_to_option)]
#![feature(crate_visibility_modifier)]
#![feature(decl_macro)]
#![feature(or_patterns)]