Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iter::slice_skip remove possibility of underflow in debug_assert
`self.cursor.sub(skip)` must point inside the allocation of this object or this is UB, not to mention the possibility that if `skip` if very large self.cursor.sub(skip) may underflow and fail to trigger the debug_assertion.
- Loading branch information