From 6f7113950b9cd0a409d5388e525d53d54d23ed02 Mon Sep 17 00:00:00 2001 From: strawberry Date: Mon, 25 Mar 2024 18:49:04 -0400 Subject: [PATCH] raise too-many-lines-threshold to 700 (for now?) Signed-off-by: strawberry --- clippy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy.toml b/clippy.toml index 762261ff..afa92de4 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1 +1 @@ -too-many-lines-threshold = 500 +too-many-lines-threshold = 700