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 warnings #159

Merged
merged 16 commits into from
Dec 20, 2022
Merged

Fix most Clippy warnings #159

merged 16 commits into from
Dec 20, 2022

Commits on Dec 20, 2022

  1. Fix clippy::borrow_deref_ref

    andersk committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    694ffa5 View commit details
    Browse the repository at this point in the history
  2. Fix clippy::derivable_impls

    andersk committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    2c1e811 View commit details
    Browse the repository at this point in the history
  3. Fix clippy::explicit_auto_deref

    andersk committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    e6ea33a View commit details
    Browse the repository at this point in the history
  4. Fix clippy::needless_borrow

    andersk committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    2f642fd View commit details
    Browse the repository at this point in the history
  5. Fix clippy::redundant_clone

    andersk committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    1a5fb56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7118fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fb91c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fec3104 View commit details
    Browse the repository at this point in the history
  9. Fix clippy::cast_lossless (pedantic)

    https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    andersk committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    ed7f716 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dde2120 View commit details
    Browse the repository at this point in the history
  11. Fix clippy::doc_markdown (pedantic)

    https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    andersk committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    9be83f2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6c9fdeb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0c30fb7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dd460a1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    93a0aed View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0b7f711 View commit details
    Browse the repository at this point in the history