Commit 9ef52ee
committed
style(server-communication-config): fix cfg-gated import order
Nightly rustfmt requires cfg-gated imports to precede unconditional
imports within the same group. The `#[cfg(not(target_arch = "wasm32"))]
use std::collections::HashMap` must appear before `use std::sync::Arc`
to satisfy the formatter's ordering rules.
No logic change — import ordering only.1 parent d7bc714 commit 9ef52ee
1 file changed
Lines changed: 1 addition & 2 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
0 commit comments