Skip to content

Commit

Permalink
pacify tidy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Sep 9, 2019
1 parent eeca6ee commit 20a2605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/refutable-pattern-errors.rs
@@ -1,4 +1,4 @@
// ignore-line-length
// ignore-tidy-linelength

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

0 comments on commit 20a2605

Please sign in to comment.