Skip to content

Commit

Permalink
add ui-toml test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonboh committed Sep 24, 2023
1 parent f3a27d2 commit b3e262a
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/enum_variants_threshold0/clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
enum-variant-name-threshold = 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
enum Actions {}

fn main() {}

0 comments on commit b3e262a

Please sign in to comment.