Skip to content

Commit 6e57306

Browse files
committed
fix: enable clippy::derive_ord_xor_partial_ord lint
1 parent 5b04275 commit 6e57306

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
@@ -122,6 +122,7 @@ private_intra_doc_links = "allow"
122122
[workspace.lints.clippy]
123123
all = { level = "allow", priority = -1 }
124124
dbg_macro = "warn"
125+
derive_ord_xor_partial_ord = "warn"
125126
disallowed_methods = "warn"
126127
print_stderr = "warn"
127128
print_stdout = "warn"

0 commit comments

Comments
 (0)