Skip to content

Conversation

@musicinmybrain
Copy link
Contributor

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.

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.
@Pr0methean Pr0methean enabled auto-merge March 15, 2025 21:24
@Pr0methean Pr0methean added this pull request to the merge queue Mar 16, 2025
Merged via the queue into zip-rs:master with commit ea8a7bb Mar 16, 2025
39 checks passed
@Pr0methean Pr0methean mentioned this pull request Mar 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants