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 7c372cd commit 5f6e1d3Copy full SHA for 5f6e1d3
tests/ui/match_overlapping_arm.rs
@@ -1,5 +1,5 @@
1
#![feature(exclusive_range_pattern)]
2
-#![feature(half_open_range_patterns)]
+
3
#![warn(clippy::match_overlapping_arm)]
4
#![allow(clippy::redundant_pattern_matching)]
5
#![allow(clippy::if_same_then_else, clippy::equatable_if_let)]
0 commit comments