File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ error_on_line_overflow = true
8
8
# Override the default formatting style.
9
9
# See https://internals.rust-lang.org/t/running-rustfmt-on-rust-lang-rust-and-other-rust-lang-repositories/8732/81.
10
10
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 .
12
12
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3370)
13
13
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 ).
15
15
imports_granularity = " Crate"
16
- # This is unstable (tracking issue: none ).
16
+ # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/5083 ).
17
17
group_imports = " StdExternalCrate"
18
18
19
19
# Apply rustfmt to more places.
You can’t perform that action at this time.
0 commit comments