From f7c699f1f0215e3fad842e1b93fdff085023fac0 Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Tue, 13 Apr 2021 19:46:06 +0200 Subject: [PATCH] build: use new rustfmt option for "import merging" --- rustfmt.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index 74d2db5..c3c8c37 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,2 +1 @@ -# imports_granularity = "Crate" -merge_imports = true +imports_granularity = "Crate"