Skip to content

Commit 64f832a

Browse files
committed
slice_patterns have been stabilized.
1 parent 7ae2442 commit 64f832a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

clippy_lints/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#![feature(box_syntax)]
44
#![feature(box_patterns)]
55
#![feature(rustc_private)]
6-
#![feature(slice_patterns)]
76
#![feature(stmt_expr_attributes)]
87
#![allow(clippy::missing_docs_in_private_items, clippy::must_use_candidate)]
98
#![recursion_limit = "512"]

tests/ui/patterns.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// run-rustfix
22
#![allow(unused)]
33
#![warn(clippy::all)]
4-
#![feature(slice_patterns)]
54

65
fn main() {
76
let v = Some(true);

0 commit comments

Comments
 (0)