Update itertools to 0.15#156419
Conversation
This comment has been minimized.
This comment has been minimized.
d7ef567 to
49d665c
Compare
This comment has been minimized.
This comment has been minimized.
49d665c to
2510127
Compare
This comment has been minimized.
This comment has been minimized.
653700d to
3dc3d57
Compare
|
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. Some changes occurred in match lowering cc @Nadrieril |
|
rustbot has assigned @Mark-Simulacrum. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
I wonder if this PR deserves a perf run, seeing the use of itertools is so pervasive. |
|
@bors r+ rollup=iffy |
This comment has been minimized.
This comment has been minimized.
…imulacrum 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](rust-lang/rust-clippy#16805).
|
💔 Test for b14bdaf failed: CI. Failed job:
|
|
@bors retry |
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
Rollup merge of #156419 - jakubadamw:update-itertools-to-0.15, r=Mark-Simulacrum 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](rust-lang/rust-clippy#16805).
This bumps the itertools dependency to 0.15.
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.