From deb44112883ab7ff932b0ab7c547680a615c7821 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 10 May 2026 15:35:35 +0900 Subject: refactor(clippy): deny clippy::unused_trait_names --- crates/mozart-test-harness/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/mozart-test-harness/Cargo.toml') diff --git a/crates/mozart-test-harness/Cargo.toml b/crates/mozart-test-harness/Cargo.toml index 6c9421c..cae4c8b 100644 --- a/crates/mozart-test-harness/Cargo.toml +++ b/crates/mozart-test-harness/Cargo.toml @@ -9,3 +9,6 @@ indexmap.workspace = true regex.workspace = true serde_json.workspace = true tempfile.workspace = true + +[lints] +workspace = true -- cgit v1.3.1