Commit 958906d
fix(begin): remove unused rel bindings and dead relationship label plumbing
Drops the unused `rel` variable bindings in `make_demo_sheet` and
removes the `relationships` field and `add_relationship` method from
`Labels`, which were never read by `to_graph_data` and caused dead-code
errors in the renderer-agnostic clippy run.
Also documents the two-invocation clippy requirement in CLAUDE.md so
the begin-crate check is not missed before a PR.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ff5293c commit 958906d
3 files changed
Lines changed: 11 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
56 | | - | |
57 | | - | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | | - | |
32 | | - | |
33 | 29 | | |
34 | 30 | | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
38 | 34 | | |
39 | 35 | | |
40 | | - | |
41 | 36 | | |
42 | 37 | | |
43 | 38 | | |
| |||
69 | 64 | | |
70 | 65 | | |
71 | 66 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 67 | | |
80 | 68 | | |
81 | 69 | | |
| |||
237 | 225 | | |
238 | 226 | | |
239 | 227 | | |
240 | | - | |
| 228 | + | |
241 | 229 | | |
242 | 230 | | |
243 | 231 | | |
244 | 232 | | |
245 | | - | |
246 | 233 | | |
247 | 234 | | |
248 | 235 | | |
| |||
341 | 328 | | |
342 | 329 | | |
343 | 330 | | |
344 | | - | |
| 331 | + | |
345 | 332 | | |
346 | 333 | | |
347 | 334 | | |
348 | 335 | | |
349 | | - | |
350 | 336 | | |
351 | 337 | | |
352 | 338 | | |
| |||
0 commit comments