From 819d6ca0e3c81ead427493805a00e9faee00ff1d Mon Sep 17 00:00:00 2001 From: Imbris Date: Tue, 28 Feb 2023 21:38:21 -0500 Subject: [PATCH] Tweak rustfmt config --- .rustfmt.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index b299429d8..77fdc7039 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,9 +1,8 @@ hard_tabs = false -imports_granularity = "Crate" reorder_impl_items = true use_field_init_shorthand = true use_try_shorthand = true format_code_in_doc_comments = true wrap_comments = true -edition = "2018" +edition = "2021" version = "Two"