mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-24 08:36:32 -04:00
42d784a0c4
Update itertools to 0.15 This bumps the itertools dependency to [0.15](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md#0150). There’s a breaking change upstream in the shape of `itertools::Position`, so this updates the use sites of it as well, aside from submodules like clippy, which will be handled [separately](https://github.com/rust-lang/rust-clippy/pull/16805).