From 29eb2cc68a387f318b187114f57bc41139561b71 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 11 Jun 2022 20:43:42 +0000 Subject: [PATCH] Remove rustfmt.toml It contains wrong Rust edition 2018. Without configuration rustfmt will look into Cargo.toml and correctly detect current edition. --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index c51666e8f..000000000 --- a/rustfmt.toml +++ /dev/null @@ -1 +0,0 @@ -edition = "2018" \ No newline at end of file