From 5449f2662767e616e2ece259e7e8c0d016008c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Anda=20Estensen?= Date: Mon, 22 Sep 2025 13:30:26 +0200 Subject: [PATCH] chore: remove nightly format config --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 648e8368f..44148a2d3 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,2 +1 @@ reorder_imports = true -imports_granularity = "Crate"