Skip to content

Commit 079a593

Browse files
committed
rustup: the features if_while_or_patterns has been stabilized
1 parent 91ef4e3 commit 079a593

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#![warn(rust_2018_idioms, trivial_casts, trivial_numeric_casts)]
1212
#![feature(crate_visibility_modifier)]
1313
#![feature(try_from)]
14-
#![feature(if_while_or_patterns)]
1514

1615
// FIXME: switch to something more ergonomic here, once available.
1716
// (currently there is no way to opt into sysroot crates w/o `extern crate`)

0 commit comments

Comments
 (0)