pacify tidy.

This commit is contained in:
Mazdak Farrokhzad 2019-09-09 17:05:41 +02:00
parent eeca6ee9c2
commit 20a26055b7

View file

@ -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