Commit 91d4273
committed
chore(tooling): make .rustfmt.toml stable-honest; record CI/fmt findings
The .rustfmt.toml enabled nightly-only options (wrap_comments,
imports_granularity, group_imports, comment_width) while the build
toolchain is pinned stable 1.95 and the fmt job that would apply them
(pinned rust-toolchain.nightly via ci.yml) is not running — GitHub
Actions is not enabled on this fork (PR #29 head has zero check runs).
So those options were enforced by nothing yet made stable `cargo fmt`
warn and reformat divergently.
Comment them out so stable `cargo fmt` (the 1.95 pin, matching org
policy of 99% stable / nightly only for Miri) is the single authoritative
formatter. Re-enable as a block if a nightly-fmt CI job is ever turned on
and the tree is normalized under it in one dedicated pass.
Findings (no CI on the fork; rustfmt split-brain) recorded in
.claude/board/EPIPHANIES.md.
https://claude.ai/code/session_01R9AWgFa65uPnLyS2my2d2R1 parent 5997eea commit 91d4273
2 files changed
Lines changed: 41 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
11 | 22 | | |
12 | 23 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments