remove itertools#3086
Conversation
std can do what `peeking_take_while` does! nothing else is used from itertools.
|
|
|
I glanced over the changes in the referenced pr and have not spotted itertools there. the whole reason for this change is me being curious why there's itertools in my dependency tree ( |
|
Apologies for the confusion, I'm referring to the Shouldn't be too much headache to merge my PR if you remove it on a second thought. |
|
☔ The latest upstream changes (possibly #3365) made this pull request unmergeable. Please resolve the merge conflicts. |
std can do what
peeking_take_whiledoes! nothing else is used from itertools.