Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
azdavis committed Aug 6, 2024
1 parent b2493b1 commit be6f2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ license = "MIT OR Apache-2.0"
publish = false

[workspace.lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"
rust_2018_idioms = "deny"
missing_debug_implementations = { level = "deny", priority = 1 }
missing_docs = { level = "deny", priority = 1 }
[workspace.lints.clippy]
pedantic = "deny"

Expand Down

0 comments on commit be6f2eb

Please sign in to comment.