Skip to content

Commit 20a2605

Browse files
committed
pacify tidy.
1 parent eeca6ee commit 20a2605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/refutable-pattern-errors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ignore-line-length
1+
// ignore-tidy-linelength
22

33
fn func((1, (Some(1), 2..=3)): (isize, (Option<isize>, isize))) { }
44
//~^ ERROR refutable pattern in function argument: `(_, _)` not covered

0 commit comments

Comments
 (0)