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
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.
1010use_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)
1313overflow_delimited_expr = true
14- # This is unstable (tracking issue: none ).
14+ # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/4991 ).
1515imports_granularity = " Crate"
16- # This is unstable (tracking issue: none ).
16+ # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/5083 ).
1717group_imports = " StdExternalCrate"
1818
1919# Apply rustfmt to more places.
You can’t perform that action at this time.
0 commit comments