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

Fix issues reported by nightly version of clippy #248

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

dburgener
Copy link
Owner

  • It is less error prone if explicit PartialOrd implmenentations call cmp() directly rather than reimplementing the same user logic in terms of partial_cmp()
  • Don't use into_iter() on a function that takes IntoIterator

* It is less error prone if explicit PartialOrd implmenentations call
cmp() directly rather than reimplementing the same user logic in terms
of partial_cmp()
* Don't use into_iter() on a function that takes IntoIterator
@dburgener dburgener merged commit 3d1dd30 into main Jul 31, 2023
11 checks passed
@dburgener dburgener deleted the dburgener/nightly-clippy branch July 31, 2023 19:28
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.

2 participants