mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Stabilize half_open_range_patterns
This commit is contained in:
parent
7c372cda3a
commit
5f6e1d397a
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue