Skip to content

Commit 82b2dfb

Browse files
committed
Auto merge of #4095 - flip1995:mscn_test, r=phansch
Add test for #3198 Closes #3198 changelog: none
2 parents 501830b + 861d233 commit 82b2dfb

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)