diff options
| author | Ralf Jung <post@ralfj.de> | 2024-01-06 14:39:51 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-01-26 17:25:02 +0100 |
| commit | 1254ee48c458a5fe8fc1847539169df013098e05 (patch) | |
| tree | 247e3df21358d1d88ebcd856f34bab142ecd8234 /tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs | |
| parent | cda358857214bb5a2b3df4f011102ffee3843a72 (diff) | |
| download | rust-1254ee48c458a5fe8fc1847539169df013098e05.tar.gz rust-1254ee48c458a5fe8fc1847539169df013098e05.zip | |
remove illegal_floating_point_literal_pattern lint
Diffstat (limited to 'tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs')
| -rw-r--r-- | tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs b/tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs index 6c6ba93196b..d5af7bea543 100644 --- a/tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs +++ b/tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs @@ -4,7 +4,6 @@ // via `.contains(...)` and make sure the dynamic semantics match. #![feature(exclusive_range_pattern)] -#![allow(illegal_floating_point_literal_pattern)] #![allow(unreachable_patterns)] macro_rules! yes { |
