From a871c83df450f30cdae0c2f651ab536f1355510b Mon Sep 17 00:00:00 2001 From: Lambda Date: Fri, 21 Feb 2025 18:15:34 +0000 Subject: [PATCH] rustfmt: fix style edition key --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index a0729a75..c7d24c00 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,4 @@ -edition = "2021" +style_edition = "2021" condense_wildcard_suffixes = true error_on_line_overflow = true