Skip to content

Commit 0847c17

Browse files
authored
feat: add clippy config (#162)
Signed-off-by: jokemanfire <[email protected]>
1 parent 6c2e6e2 commit 0847c17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clippy.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
msrv = "1.85"
2+
too-many-arguments-threshold = 10
3+
check-private-items = false

0 commit comments

Comments
 (0)