From 46646f1965aa0b52eded51fd071bee6770c1b381 Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Fri, 18 Feb 2022 13:21:15 +0100 Subject: [PATCH] lint: raise too-many-arguments-threshold --- clippy.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 clippy.toml 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