Skip to content

Commit

Permalink
fix: Remove clippy lint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mantono committed Jan 4, 2024
1 parent 7a9929b commit e9cd0c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ description = "A channel backed by a binary heap"
license = "MIT"
keywords = ["channel", "heap", "data-structure", "priority", "queue"]
categories = ["concurrency", "data-structures"]

[lints.rust]
unsafe_code = "forbid"

0 comments on commit e9cd0c3

Please sign in to comment.