From 230798317837942ea69789dc13dd190b25c73b76 Mon Sep 17 00:00:00 2001 From: Alex Yusiuk <55661041+RRRadicalEdward@users.noreply.github.com> Date: Fri, 18 Jul 2025 11:37:06 +0300 Subject: [PATCH] feat: add rustc unit_bindings extra-pedantic lint (#873) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8e4f9f62..39b79d1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 == #