Remove or_patterns from INCOMPLETE_FEATURES

This commit is contained in:
Matthew Jasper 2019-12-27 12:03:03 +00:00
parent 13db6501c7
commit 425e494fce
27 changed files with 158 additions and 252 deletions

View file

@ -3,8 +3,6 @@
// edition:2018
#![feature(or_patterns)]
//~^ WARN the feature `or_patterns` is incomplete
#![allow(non_camel_case_types)]
fn main() {}