feat: add clippy config (#162)

Signed-off-by: jokemanfire <hu.dingyang@zte.com.cn>
This commit is contained in:
jokemanfire 2025-05-08 10:15:17 +08:00 committed by GitHub
parent 6c2e6e22ee
commit 0847c17fa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
clippy.toml Normal file
View file

@ -0,0 +1,3 @@
msrv = "1.85"
too-many-arguments-threshold = 10
check-private-items = false