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

Commits on Jul 27, 2023

  1. Fix issues reported by nightly version of clippy

    * 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 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    dc1dec9 View commit details
    Browse the repository at this point in the history