From 59566deccfe82d8aabab0cac4eaf6a5661698818 Mon Sep 17 00:00:00 2001 From: Roman Moisieiev Date: Thu, 11 Sep 2025 10:21:46 +0100 Subject: [PATCH] Roll back imports_granularity change --- .rustfmt.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 2279412..967b762 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -7,5 +7,4 @@ fn_params_layout = "Compressed" struct_lit_width = 0 tab_spaces = 2 use_small_heuristics = "Max" -# imports_granularity = "Crate" - +imports_granularity = "Crate"