From 40e5281ee05d541e08678f3cab05f517fcbbbdf5 Mon Sep 17 00:00:00 2001 From: Rudxain <76864299+Rudxain@users.noreply.github.com> Date: Sat, 17 Jan 2026 10:11:02 -0400 Subject: [PATCH] chore(cargo-clippy): rm no-op lint line --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30c5d60..9cbe7a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,6 @@ format_push_string = "warn" large_include_file = "warn" shadow_unrelated = "warn" struct_field_names = "allow" # annoying -module_name_repetitions = "allow" # annoying disallowed_types = "deny" disallowed_methods = "deny"