From 8750eae1faaab58170e5ef0d7b8b4e749987124c Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 26 Feb 2026 02:50:23 +0100 Subject: [PATCH] fix(rust): update config --- rust/clippy.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/rust/clippy.toml b/rust/clippy.toml index 2b63244..b08e9b9 100644 --- a/rust/clippy.toml +++ b/rust/clippy.toml @@ -1,13 +1,3 @@ -trait-assoc-item-kinds-order = ["const", "type", "fn"] -module-item-order-groupings = [ - ["modules", ["extern_crate", "mod", "foreign_mod"]], - ["use", ["use"]], - ["macros", ["macro", "global_asm"]], - ["constants", ["static", "const"]], - ["types", ["ty_alias", "enum", "struct", "union", "trait", "trait_alias"]], - ["functions", ["fn"]], - ["implementations", ["impl"]], -] allow-unwrap-in-tests = true allow-panic-in-tests = true