You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The doctest associated with `ZIP64_BYTES_THR` fails on 32-bit
architectures because `usize` is smaller than `u64`, so the expression
`(zip::ZIP64_BYTES_THR as usize) + 1` would overflow.
Co-authored-by: Chris Hennick <[email protected]>
0 commit comments