Skip to content

Commit

Permalink
fix: enable clippy::derive_ord_xor_partial_ord lint
Browse files Browse the repository at this point in the history
  • Loading branch information
x-hgg-x committed Oct 10, 2024
1 parent 43b64a2 commit f950e29
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 @@ -122,6 +122,7 @@ private_intra_doc_links = "allow"
[workspace.lints.clippy]
all = { level = "allow", priority = -1 }
dbg_macro = "warn"
derive_ord_xor_partial_ord = "warn"
disallowed_methods = "warn"
print_stderr = "warn"
print_stdout = "warn"
Expand Down

0 comments on commit f950e29

Please sign in to comment.