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 most clippy lints #1007

Merged
merged 3 commits into from Jul 31, 2020
Merged

Fix most clippy lints #1007

merged 3 commits into from Jul 31, 2020

Commits on Jul 31, 2020

  1. Fix some minor clippy warnings

    vks committed Jul 31, 2020
    Copy the full SHA
    03668a1 View commit details
    Browse the repository at this point in the history
  2. Implement IntoIterator for IndexVec

    This fixes a clippy warning and slightly improves ergonomic.
    
    This is technically a breaking change, but it is unlikely to break code
    in practice, since `IntoIterator` is in Rust's prelude.
    vks committed Jul 31, 2020
    Copy the full SHA
    cdc6a29 View commit details
    Browse the repository at this point in the history
  3. Fix tests with serde1 feature

    vks committed Jul 31, 2020
    Copy the full SHA
    1f85984 View commit details
    Browse the repository at this point in the history