mirror of
https://github.com/ZSeven-W/openpencil.git
synced 2026-05-31 19:04:29 +07:00
chore(workspace): drop nightly-only rustfmt features (warnings under stable)
This commit is contained in:
parent
5063150d37
commit
279fddc13b
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue