feat: add rustc unit_bindings extra-pedantic lint (#873)

This commit is contained in:
Alex Yusiuk
2025-07-18 04:37:06 -04:00
committed by GitHub
parent cbe905ba07
commit 2307983178
+3
View File
@@ -67,6 +67,9 @@ noop_method_call = "warn"
unused_crate_dependencies = "warn"
unused_macro_rules = "warn"
# == Extra-pedantic rustc == #
unit_bindings = "warn"
[workspace.lints.clippy]
# == Safer unsafe == #