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: