From 0fbf99b50dd7154eb8616c22294819e79ea186bd Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 19 Mar 2024 20:59:01 +0900 Subject: [PATCH] Update comments in .rustfmt.toml --- .rustfmt.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 0d7adea5..06a65ad2 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -8,12 +8,12 @@ error_on_line_overflow = true # Override the default formatting style. # See https://internals.rust-lang.org/t/running-rustfmt-on-rust-lang-rust-and-other-rust-lang-repositories/8732/81. use_small_heuristics = "Max" -# See https://github.com/rust-dev-tools/fmt-rfcs/issues/149. +# This is the default of 2024 edition https://github.com/rust-lang/rust/pull/114764. # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3370) overflow_delimited_expr = true -# This is unstable (tracking issue: none). +# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/4991). imports_granularity = "Crate" -# This is unstable (tracking issue: none). +# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/5083). group_imports = "StdExternalCrate" # Apply rustfmt to more places.