From 527bc32e23bbf76f5357bcaf1ee658627f8bd4cd Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 30 Sep 2025 15:02:57 -0500 Subject: [PATCH] use 2024 edition of rustfmt --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index e4e04d0..91b451d 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,3 +1,3 @@ max_width = 70 -# style_edition = "2024" +style_edition = "2024" # version = "Two" \ No newline at end of file