Skip to content

Commit

Permalink
Merge pull request #587 from evenfurther/allow-long-first-doc-paragraphs
Browse files Browse the repository at this point in the history
chore(Cargo.toml): allow `clippy::too_long_first_doc_paragraph`
  • Loading branch information
samueltardieu authored Sep 5, 2024
2 parents 16baca5 + 9c98829 commit 60fd8b6
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 @@ -45,6 +45,7 @@ version_check = "0.9.4"

[lints.clippy]
module_name_repetitions = { level = "allow", priority = 1 }
too_long_first_doc_paragraph = { level = "allow", priority = 1 } # Temporary
pedantic = { level = "deny", priority = 0 }

[[bench]]
Expand Down

0 comments on commit 60fd8b6

Please sign in to comment.