Skip to content

Commit 5bd7b6d

Browse files
committed
Update comments in .rustfmt.toml
1 parent c1f1940 commit 5bd7b6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.rustfmt.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ error_on_line_overflow = true
88
# Override the default formatting style.
99
# See https://internals.rust-lang.org/t/running-rustfmt-on-rust-lang-rust-and-other-rust-lang-repositories/8732/81.
1010
use_small_heuristics = "Max"
11-
# See https://github.com/rust-dev-tools/fmt-rfcs/issues/149.
11+
# This is the default of 2024 edition https://github.com/rust-lang/rust/pull/114764.
1212
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3370)
1313
overflow_delimited_expr = true
14-
# This is unstable (tracking issue: none).
14+
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/4991).
1515
imports_granularity = "Crate"
16-
# This is unstable (tracking issue: none).
16+
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/5083).
1717
group_imports = "StdExternalCrate"
1818

1919
# Apply rustfmt to more places.

0 commit comments

Comments
 (0)