From 7a9caa401d76c7936e4410d78148c73a3a8861bb 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"