feat: add clippy config (#162)
Signed-off-by: jokemanfire <hu.dingyang@zte.com.cn>
This commit is contained in:
parent
6c2e6e22ee
commit
0847c17fa1
1 changed files with 3 additions and 0 deletions
3
clippy.toml
Normal file
3
clippy.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
msrv = "1.85"
|
||||||
|
too-many-arguments-threshold = 10
|
||||||
|
check-private-items = false
|
||||||
Loading…
Reference in a new issue