From 76df2868379ce7fc5e6c4b4ccb8a88cb7c7a855a Mon Sep 17 00:00:00 2001 From: Ken Sedgwick Date: Tue, 8 Oct 2024 10:10:45 -0700 Subject: [PATCH] add .rustfmt.toml to specify edition --- .rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..3a26366 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1 @@ +edition = "2021"