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

more clippy::complexity fixes #87449

Merged
merged 9 commits into from
Aug 1, 2021
Merged

Commits on Jul 25, 2021

  1. use vec![] macro to create Vector with first item inside instead of p…

    …ushing to an empty vec![]
    
    slightly reduces code bloat
    matthiaskrgr committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    1c129f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a75192b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc722bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d709e6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa74c75 View commit details
    Browse the repository at this point in the history
  6. clippy::filter_next

    matthiaskrgr committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    066eb6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    053aedc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0a8a12 View commit details
    Browse the repository at this point in the history
  9. clippy::useless_format

    matthiaskrgr committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    3fd8cbb View commit details
    Browse the repository at this point in the history