Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Either or both: impl From implies impl Into #843

Merged

Conversation

Philippe-Cholet
Copy link
Member

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.

I removed the clippy lint, commit, run `clippy --fix`, squash.
@jswrenn jswrenn added this to the next milestone Jan 12, 2024
@jswrenn jswrenn added this pull request to the merge queue Jan 12, 2024
Merged via the queue into rust-itertools:master with commit 5a321ca Jan 12, 2024
9 checks passed
@mightyiam
Copy link
Contributor

Thank you.

@Philippe-Cholet Philippe-Cholet deleted the either-or-both-failing-from branch January 12, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

impl a From instead of an Into
4 participants