chore(workspace): drop nightly-only rustfmt features (warnings under stable)

This commit is contained in:
Kayshen-X 2026-05-03 23:45:00 +08:00
parent 5063150d37
commit 279fddc13b

View file

@ -2,7 +2,7 @@ edition = "2021"
max_width = 100
tab_spaces = 4
hard_tabs = false
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
reorder_imports = true
newline_style = "Unix"
# imports_granularity / group_imports are nightly-only; re-enable when toolchain pin moves to nightly
# (kept as "future" comment for codebase to stay aware of intended import style)