diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000..c825e55 --- /dev/null +++ b/clippy.toml @@ -0,0 +1,5 @@ +# Disabled until we use at least Rust 1.49.0, which is the first +# version that supports the msrv field. +msrv = "1.58.1" + +too-many-arguments-threshold = 10