From ff693e0300419ef5b532ea281bfd6885fbe4e994 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 23 Oct 2025 08:27:56 -0700 Subject: [PATCH] add rustfmt file --- rust/rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust/rustfmt.toml diff --git a/rust/rustfmt.toml b/rust/rustfmt.toml new file mode 100644 index 0000000000..f3e454b618 --- /dev/null +++ b/rust/rustfmt.toml @@ -0,0 +1,2 @@ +edition = "2024" +style_edition = "2024" -- 2.30.2