From 857c73a2f5daee43bc68c925810d154c6bdc1953 Mon Sep 17 00:00:00 2001 From: Piotr Idzik <65706193+vil02@users.noreply.github.com> Date: Sat, 2 Nov 2024 20:47:51 +0100 Subject: [PATCH] chore: suppress `too_long_first_doc_paragraph` (#838) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 988e7507bef..b4e9d7cc8bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -164,6 +164,7 @@ suspicious_operation_groupings = { level = "allow", priority = 1 } use_self = { level = "allow", priority = 1 } while_float = { level = "allow", priority = 1 } needless_pass_by_ref_mut = { level = "allow", priority = 1 } +too_long_first_doc_paragraph = { level = "allow", priority = 1 } # cargo-lints: cargo_common_metadata = { level = "allow", priority = 1 } # style-lints: