From ded1619a9d66a8a8e990673ac0fdf837196aed80 Mon Sep 17 00:00:00 2001 From: Haim Gelfenbeyn Date: Mon, 4 Nov 2024 22:18:26 -0500 Subject: [PATCH] Update rustfmt config --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 481ef24..6bd86d3 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,3 +1,3 @@ max_width = 120 -edition = "2021" +style_edition = "2021" use_try_shorthand = true