Skip to content

Commit 9f9ce06

Browse files
committed
Auto merge of #3654 - matthiaskrgr:rustup, r=phansch
rustup: the features if_while_or_patterns has been stabilized
2 parents 91ef4e3 + 079a593 commit 9f9ce06

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)