mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
add ui-toml test
This commit is contained in:
parent
f3a27d20f6
commit
b3e262acfd
2 changed files with 4 additions and 0 deletions
1
tests/ui-toml/enum_variants_threshold0/clippy.toml
Normal file
1
tests/ui-toml/enum_variants_threshold0/clippy.toml
Normal file
|
@ -0,0 +1 @@
|
|||
enum-variant-name-threshold = 0
|
|
@ -0,0 +1,3 @@
|
|||
enum Actions {}
|
||||
|
||||
fn main() {}
|
Loading…
Add table
Reference in a new issue