From 64c426eb7f21b9f46946084039e2b68be30f59bc Mon Sep 17 00:00:00 2001 From: Melvin Wang Date: Mon, 23 Sep 2024 16:49:04 -0600 Subject: [PATCH] style: remove unstable `rustfmt` `version` setting (replaced by auto-detected `edition`) (#28) --- rustfmt.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index c6c2391..816020c 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -36,8 +36,5 @@ group_imports = "StdExternalCrate" # Unstable: https://github.com/rust-lang/rustfmt/issues/3363 reorder_impl_items = true -# Unstable: https://github.com/rust-lang/rustfmt/issues/3383 -version = "Two" - # Unstable: https://github.com/rust-lang/rustfmt/issues/3347 wrap_comments = true