Commit 63e9678
committed
docs: fix import order convention to match
cargo fmt sorts external crate and std imports alphabetically
together — it does not enforce a separate "external before std"
grouping. Update CONTRIBUTING.md and CLAUDE.md to reflect the
actual tooling behavior.
https://claude.ai/code/session_01MHKaZm6DcA9kjBPnW3KN5Kcargo fmt
1 parent 97c3736 commit 63e9678
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | | - | |
| 42 | + | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
0 commit comments