We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae2442 commit 64f832aCopy full SHA for 64f832a
clippy_lints/src/lib.rs
@@ -3,7 +3,6 @@
3
#![feature(box_syntax)]
4
#![feature(box_patterns)]
5
#![feature(rustc_private)]
6
-#![feature(slice_patterns)]
7
#![feature(stmt_expr_attributes)]
8
#![allow(clippy::missing_docs_in_private_items, clippy::must_use_candidate)]
9
#![recursion_limit = "512"]
tests/ui/patterns.rs
@@ -1,7 +1,6 @@
1
// run-rustfix
2
#![allow(unused)]
#![warn(clippy::all)]
fn main() {
let v = Some(true);
0 commit comments