Skip to content

Commit

Permalink
Auto merge of #4095 - flip1995:mscn_test, r=phansch
Browse files Browse the repository at this point in the history
Add test for #3198

Closes #3198

changelog: none
  • Loading branch information
bors committed May 14, 2019
2 parents 501830b + 861d233 commit 82b2dfb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/ui/many_single_char_names.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {}

0 comments on commit 82b2dfb

Please sign in to comment.