Skip to content

Commit

Permalink
ci: fix clippy false-positives with doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Dec 21, 2024
1 parent 1cd649d commit 2396222
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ items_after_statements = "allow"
cast_possible_truncation = "allow" # TODO(qix-): Temporary until the virt/phys types land.
assertions_on_constants = "allow"
new_without_default = "allow"
needless_doctest_main = "allow"
tabs_in_doc_comments = "allow"

[profile.dev]
panic = "abort" # Use "abort" panic strategy
Expand Down

0 comments on commit 2396222

Please sign in to comment.