Skip to content

Commit

Permalink
rustfmt: Enable group_imports = "StdExternalCrate"
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 23, 2024
1 parent c4a5b6f commit 17900a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ overflow_delimited_expr = true
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/4991).
imports_granularity = "Crate"
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/5083).
# group_imports = "StdExternalCrate"
group_imports = "StdExternalCrate"

# Apply rustfmt to more places.
# This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3348).
Expand Down

0 comments on commit 17900a9

Please sign in to comment.