diff --git a/voxygen/clippy.toml b/voxygen/clippy.toml new file mode 100644 index 0000000000..fee00d7951 --- /dev/null +++ b/voxygen/clippy.toml @@ -0,0 +1,2 @@ +# Because 7 is just very low, it corresponds to a 6-argument method. +too-many-arguments-threshold = 10