Commit b5bfb8e
committed
fix(hm): pass NonZeroU64 capacity to ImageRegistry::open in cache clean
main was broken: #117 changed ImageRegistry::open to take NonZeroU64, but the
cache-clean caller still passed u64::MAX (E0308). It slipped in as a semantic
merge (no textual conflict), so main's hm binary stopped compiling on stable.
This unbreaks main; every open PR is red only because GitHub builds them merged
with this broken main.1 parent 1b08a61 commit b5bfb8e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments