From 1254ee48c458a5fe8fc1847539169df013098e05 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 6 Jan 2024 14:39:51 +0100 Subject: remove illegal_floating_point_literal_pattern lint --- tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs') 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 { -- cgit 1.4.1-3-g733a5