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/array-slice-vec/vec-matching-autoslice.rs | |
| parent | cda358857214bb5a2b3df4f011102ffee3843a72 (diff) | |
| download | rust-1254ee48c458a5fe8fc1847539169df013098e05.tar.gz rust-1254ee48c458a5fe8fc1847539169df013098e05.zip | |
remove illegal_floating_point_literal_pattern lint
Diffstat (limited to 'tests/ui/array-slice-vec/vec-matching-autoslice.rs')
| -rw-r--r-- | tests/ui/array-slice-vec/vec-matching-autoslice.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/array-slice-vec/vec-matching-autoslice.rs b/tests/ui/array-slice-vec/vec-matching-autoslice.rs index 8179edf420c..f839cd62b1a 100644 --- a/tests/ui/array-slice-vec/vec-matching-autoslice.rs +++ b/tests/ui/array-slice-vec/vec-matching-autoslice.rs @@ -1,5 +1,4 @@ // run-pass -#![allow(illegal_floating_point_literal_pattern)] // FIXME #41620 pub fn main() { let x = [1, 2, 3]; |
