Skip to content

Commit

Permalink
chore: Allow all clippy lints
Browse files Browse the repository at this point in the history
This is a temporary measure until we can spend some time and resources
improving the crate quality.
  • Loading branch information
emgrav committed Oct 29, 2024
1 parent 0e518b1 commit 0e53cbd
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 @@ -44,6 +44,8 @@ unused_import_braces = "allow"
unused_qualifications = "allow"

[lints.clippy]
# TODO: Disable
all = "allow"
tabs_in_doc_comments = "allow"
branches_sharing_code = "allow"
cast_lossless = "allow"
Expand Down

0 comments on commit 0e53cbd

Please sign in to comment.