Skip to content

Commit 861d233

Browse files
committed
Add test for #3198
1 parent ad3269c commit 861d233

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/ui/many_single_char_names.rs

+5
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,9 @@ fn patterns() {
6565
}
6666
}
6767

68+
#[allow(clippy::many_single_char_names)]
69+
fn issue_3198_allow_works() {
70+
let (a, b, c, d, e) = (0, 0, 0, 0, 0);
71+
}
72+
6873
fn main() {}

0 commit comments

Comments
 (0)