rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.72k stars 309 forks source link

Use step_by instead of step in merge examples #649

Closed didibear closed 2 years ago

didibear commented 2 years ago

The uses Iterator::step_by in doc examples of these methods since Itertools::step has been deprecated:

Resolves #639

phimuemue commented 2 years ago

Thanks for that! Always good to show best practice in the docs.

bors r+

bors[bot] commented 2 years ago

Build succeeded: