lint: raise too-many-arguments-threshold

This commit is contained in:
Nora Widdecke 2022-02-18 13:21:15 +01:00
parent a329a1a89a
commit 46646f1965
1 changed files with 5 additions and 0 deletions

5
clippy.toml Normal file
View File

@ -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