Commit 7aa39a3
fix(doctests): fix 3 doctest failures breaking CI
1. crystal_encoder::distill — remove unused import `Role`
2. nibble::nibble_propagate_bfs — remove unused import `nibble_unpack`
3. udf_kernels::udf_sigma_classify — swap band/threshold args in
doctest assertions (distance=100 with threshold=1000 → Foveal,
not distance=1000 with threshold=100 → Reject)
All 3 fail under CI's RUSTFLAGS="-D warnings". Now: 335 doctests pass,
0 fail, 7 ignored.
Co-authored-by: AdaWorldAPI <AdaWorldAPI@users.noreply.github.com>1 parent c779c5b commit 7aa39a3
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | | - | |
| 191 | + | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments