Auto merge of #4095 - flip1995:mscn_test, r=phansch
Add test for #3198 Closes #3198 changelog: none
This commit is contained in:
commit
82b2dfb9f6
@ -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() {}
|
||||
|
Loading…
Reference in New Issue
Block a user