From fc7f2bc2b3f8d4fdf0c829502b0dbf1e3822521d Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 2 Jun 2022 10:17:04 -0700 Subject: [PATCH] Remove rustfmt.toml - zero changes to formatting rustfmt's `version = "Two"` option doesn't result in any formatting changes anywhere in async-std, but it prevents formatting with a stable toolchain. Remove rustfmt.toml and allow formatting to work on stable rustfmt. --- 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 1082fd888..000000000 --- a/rustfmt.toml +++ /dev/null @@ -1 +0,0 @@ -version = "Two"