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 all Clippy suggestions (but not add it to CI 🙃) #7574

Merged
merged 16 commits into from
Nov 15, 2019

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    4a1207c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b98673f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    018e8de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    230d353 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b31bf04 View commit details
    Browse the repository at this point in the history
  6. implement clippy suggestion to use or_else instead of or to avoid…

    … unintended side effects
    igor-makarov committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    b7e1778 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1501f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    37ec84d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b3fe6b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b590183 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d21f9e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    60f88a4 View commit details
    Browse the repository at this point in the history
  13. suppress clippy lint block_in_if_condition_stmt in the testsuite be…

    …cause fixing it upsets rustfmt
    igor-makarov committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    e8a8f76 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1c5861c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2a49ac9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Remove clippy from pipelines - @Eh2406 asked that the commit will be …

    …kept
    
    This reverts commit 4a1207c.
    igor-makarov committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    1432651 View commit details
    Browse the repository at this point in the history