From 75d8d4f3a8cc11a467c3be372421f5221f5ee532 Mon Sep 17 00:00:00 2001 From: Tamo Date: Thu, 26 Oct 2023 13:38:11 +0200 Subject: [PATCH] remove the use unstable in rustfmt --- .rustfmt.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 250124b77..915f69e5f 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,5 +1,3 @@ -unstable_features = true - use_small_heuristics = "max" imports_granularity = "Module" group_imports = "StdExternalCrate"