Skip to content

Commit 512f23f

Browse files
committed
Add test for zero single char names
1 parent d3ebd06 commit 512f23f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
single-char-binding-names-threshold = 0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#![warn(clippy::many_single_char_names)]
2+
3+
fn main() {}

0 commit comments

Comments
 (0)