From bcd8d4f2a764c3003e3b513920efc90a764696d2 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Fri, 4 Mar 2022 16:01:05 +0000 Subject: [PATCH] Update rustfmt edition to 2021 --- .rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 90b54a75..683ea4dd 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,5 +1,5 @@ blank_lines_lower_bound = 1 -edition = "2018" +edition = "2021" hard_tabs = true indent_style = "Block" match_arm_blocks = true