Skip to content

Commit

Permalink
Stabilize half_open_range_patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed Oct 8, 2022
1 parent 7c372cd commit 5f6e1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/match_overlapping_arm.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![feature(exclusive_range_pattern)]
#![feature(half_open_range_patterns)]

#![warn(clippy::match_overlapping_arm)]
#![allow(clippy::redundant_pattern_matching)]
#![allow(clippy::if_same_then_else, clippy::equatable_if_let)]
Expand Down

0 comments on commit 5f6e1d3

Please sign in to comment.