From e9e9a88fc44aba95da456a4b29a89f2c7f7533f1 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 19 Sep 2024 22:37:52 +0000 Subject: [PATCH] bump rustfmt edition Signed-off-by: Jason Volk --- .rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rustfmt.toml b/.rustfmt.toml index ed1837cc..bf6262e1 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,3 +1,4 @@ +edition = "2021" comment_width = 100 format_code_in_doc_comments = true imports_granularity = "Crate"