Skip to content

Commit 857c73a

Browse files
authored
chore: suppress too_long_first_doc_paragraph (#838)
1 parent 5a83939 commit 857c73a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ suspicious_operation_groupings = { level = "allow", priority = 1 }
164164
use_self = { level = "allow", priority = 1 }
165165
while_float = { level = "allow", priority = 1 }
166166
needless_pass_by_ref_mut = { level = "allow", priority = 1 }
167+
too_long_first_doc_paragraph = { level = "allow", priority = 1 }
167168
# cargo-lints:
168169
cargo_common_metadata = { level = "allow", priority = 1 }
169170
# style-lints:

0 commit comments

Comments
 (0)