We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ef4e3 commit 079a593Copy full SHA for 079a593
clippy_lints/src/lib.rs
@@ -11,7 +11,6 @@
11
#![warn(rust_2018_idioms, trivial_casts, trivial_numeric_casts)]
12
#![feature(crate_visibility_modifier)]
13
#![feature(try_from)]
14
-#![feature(if_while_or_patterns)]
15
16
// FIXME: switch to something more ergonomic here, once available.
17
// (currently there is no way to opt into sysroot crates w/o `extern crate`)
0 commit comments