Commit 7be21da
doc2readme: add --workspace + regenerate READMEs
cargo doc2readme requires either being run from a single-crate
directory or being told to walk the workspace. Our recipe was
running it from the workspace root without --workspace, so it
failed in CI with 'Missing package. Please make sure there is a
package here, or enable workspace support with --workspace.'
Add --workspace. Also regenerated the four crate READMEs that
were out of date (automation, cargo_ensure_no_cyclic_deps,
cargo_heather, cargo_ox_check) so the --check pass goes green.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f9507be commit 7be21da
9 files changed
Lines changed: 4157 additions & 72 deletions
File tree
- crates
- automation
- cargo_ensure_no_cyclic_deps
- cargo_heather
- cargo_ox_check
- templates/justfiles/ox-check
- tests/snapshots
- justfiles/ox-check
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
5 | 2 | | |
6 | 3 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 1 | + | |
15 | 2 | | |
16 | 3 | | |
17 | 4 | | |
| |||
67 | 54 | | |
68 | 55 | | |
69 | 56 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 1 | + | |
15 | 2 | | |
16 | 3 | | |
17 | 4 | | |
| |||
107 | 94 | | |
108 | 95 | | |
109 | 96 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 1 | + | |
15 | 2 | | |
16 | 3 | | |
17 | 4 | | |
| |||
110 | 97 | | |
111 | 98 | | |
112 | 99 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments