Skip to content

Commit

Permalink
Add test for zero single char names
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-serwin committed Apr 15, 2020
1 parent d3ebd06 commit 512f23f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui-toml/zero_single_char_names/clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
single-char-binding-names-threshold = 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#![warn(clippy::many_single_char_names)]

fn main() {}

0 comments on commit 512f23f

Please sign in to comment.