Skip to content

Commit a3e89ee

Browse files
committed
fix: enable clippy::derive_ord_xor_partial_ord lint
1 parent 93db5bf commit a3e89ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ private_intra_doc_links = "allow"
121121
[workspace.lints.clippy]
122122
all = { level = "allow", priority = -1 }
123123
dbg_macro = "warn"
124+
derive_ord_xor_partial_ord = "warn"
124125
disallowed_methods = "warn"
125126
print_stderr = "warn"
126127
print_stdout = "warn"

0 commit comments

Comments
 (0)