mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
Add test for zero single char names
This commit is contained in:
parent
d3ebd06ec9
commit
512f23fff1
1
tests/ui-toml/zero_single_char_names/clippy.toml
Normal file
1
tests/ui-toml/zero_single_char_names/clippy.toml
Normal file
@ -0,0 +1 @@
|
||||
single-char-binding-names-threshold = 0
|
@ -0,0 +1,3 @@
|
||||
#![warn(clippy::many_single_char_names)]
|
||||
|
||||
fn main() {}
|
Loading…
Reference in New Issue
Block a user