Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the unspecified check about
.get(exhausted_range_inclusive)
`RangeInclusive::is_empty` (rust 1.47+) is in conflict with our MSRV (1.43.1) so we can't use it yet. The unspecified behavior is documented in `Itertools::get` so we simply remove this.
- Loading branch information