rust-itertools / itertools

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

Either or both: `impl From` implies `impl Into` #843

Closed Philippe-Cholet closed 7 months ago

Philippe-Cholet commented 8 months ago

Fixes #836. This change was extracted from #740 in order to not delay it any further.

Reference: https://rust-lang.github.io/rust-clippy/master/index.html#/from_over_into

I removed the clippy lint, commit, run clippy --fix, squash.

mightyiam commented 7 months ago

Thank you.