Skip to content

Commit 5f6e1d3

Browse files
committed
Stabilize half_open_range_patterns
1 parent 7c372cd commit 5f6e1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/match_overlapping_arm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![feature(exclusive_range_pattern)]
2-
#![feature(half_open_range_patterns)]
2+
33
#![warn(clippy::match_overlapping_arm)]
44
#![allow(clippy::redundant_pattern_matching)]
55
#![allow(clippy::if_same_then_else, clippy::equatable_if_let)]

0 commit comments

Comments
 (0)