mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 07:00:55 +00:00
rustup: the features if_while_or_patterns has been stabilized
This commit is contained in:
parent
91ef4e3ae7
commit
079a593dab
1 changed files with 0 additions and 1 deletions
|
@ -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`)
|
||||
|
|
Loading…
Reference in a new issue