rustup: the features if_while_or_patterns has been stabilized

This commit is contained in:
Matthias Krüger 2019-01-12 16:11:17 +01:00
parent 91ef4e3ae7
commit 079a593dab

View file

@ -11,7 +11,6 @@
#![warn(rust_2018_idioms, trivial_casts, trivial_numeric_casts)]
#![feature(crate_visibility_modifier)]
#![feature(try_from)]
#![feature(if_while_or_patterns)]
// FIXME: switch to something more ergonomic here, once available.
// (currently there is no way to opt into sysroot crates w/o `extern crate`)