Add test for #3198

This commit is contained in:
flip1995 2019-05-14 13:46:10 +02:00
parent ad3269c4b5
commit 861d233256
No known key found for this signature in database
GPG Key ID: 01C836B640FFDFB1

View File

@ -65,4 +65,9 @@ fn patterns() {
}
}
#[allow(clippy::many_single_char_names)]
fn issue_3198_allow_works() {
let (a, b, c, d, e) = (0, 0, 0, 0, 0);
}
fn main() {}