Skip to content

Commit

Permalink
chore: suppress too_long_first_doc_paragraph (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 authored Nov 2, 2024
1 parent 5a83939 commit 857c73a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 857c73a

Please sign in to comment.