Skip to content

Commit ab89139

Browse files
style(fmt): align rustfmt import style (imports_granularity=Item) and commit local changes
- Add/update rustfmt.toml to enforce canonical import style. - Apply formatting where present. - No functional changes intended.
1 parent 72e4225 commit ab89139

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rustfmt.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Match workspace import style for consistency.
2+
imports_granularity = "Item"

0 commit comments

Comments
 (0)