aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-console-macros
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-10 15:35:35 +0900
committernsfisis <nsfisis@gmail.com>2026-05-10 15:35:35 +0900
commitdeb44112883ab7ff932b0ab7c547680a615c7821 (patch)
treea2f7f2416d8513eef064829e02689610e38760d3 /crates/mozart-console-macros
parent46845eff8d1398f35099a0ef914f77bcaf473287 (diff)
downloadphp-mozart-deb44112883ab7ff932b0ab7c547680a615c7821.tar.gz
php-mozart-deb44112883ab7ff932b0ab7c547680a615c7821.tar.zst
php-mozart-deb44112883ab7ff932b0ab7c547680a615c7821.zip
refactor(clippy): deny clippy::unused_trait_names
Diffstat (limited to 'crates/mozart-console-macros')
-rw-r--r--crates/mozart-console-macros/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/mozart-console-macros/Cargo.toml b/crates/mozart-console-macros/Cargo.toml
index 19a2fe5..c4a5ebb 100644
--- a/crates/mozart-console-macros/Cargo.toml
+++ b/crates/mozart-console-macros/Cargo.toml
@@ -13,3 +13,6 @@ syn.workspace = true
[dev-dependencies]
mozart-core.workspace = true
+
+[lints]
+workspace = true