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

.cargo: Run clippy on ALL the source files #2949

Merged
merged 9 commits into from
Oct 4, 2022
Merged

Commits on Sep 28, 2022

  1. Run cargo clippy --workspace --all-features --all-targets --fix

    Previously, we were running clippy without --workspace which left
    out examples and tests of all sub-crates.
    thomaseizinger committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    133ddfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e0946a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9443c7a View commit details
    Browse the repository at this point in the history
  4. Remove module

    thomaseizinger committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    a663835 View commit details
    Browse the repository at this point in the history
  5. Run cargo fmt

    thomaseizinger committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    b2bed82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb4da08 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    3124a7f View commit details
    Browse the repository at this point in the history
  2. Fix bad diff

    thomaseizinger committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    2d2937a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    68f3b84 View commit details
    Browse the repository at this point in the history