diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000..9388e00 --- /dev/null +++ b/clippy.toml @@ -0,0 +1,3 @@ +msrv = "1.85" +too-many-arguments-threshold = 10 +check-private-items = false