From 6022d20797dc6f72ee77c96c98ade8b0f16a0108 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 2 Mar 2024 16:52:48 -0500 Subject: [PATCH] remove useless rustfmt.toml if it ends up being useful, add it back Signed-off-by: strawberry --- rustfmt.toml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index 739b454f..00000000 --- a/rustfmt.toml +++ /dev/null @@ -1,2 +0,0 @@ -unstable_features = true -imports_granularity="Crate"