rust/Cargo.toml
changeset 53004 c4392e8bfb9f
parent 52606 be765f6797cc
--- a/rust/Cargo.toml	Fri Feb 21 14:37:18 2025 -0500
+++ b/rust/Cargo.toml	Fri Feb 21 14:37:57 2025 -0500
@@ -2,3 +2,6 @@
 members = ["hg-core", "hg-cpython", "hg-pyo3", "rhg", "pyo3-sharedref"]
 exclude = ["chg", "hgcli"]
 resolver = "2"
+
+[workspace.lints.clippy]
+or_fun_call = "deny"