Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unsafe
unsafe
inner function.
Within this `Iterator` implementation, a function `unsafe_get` is defined which unsafely allows _unchecked_ indexing of any element in a slice. This should be marked as _unsafe_, but it is not. To address this issue, I removed that inner function.
- Loading branch information