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

Hellow554 lints 1 #624

Merged
merged 18 commits into from Jun 8, 2022
Merged

Hellow554 lints 1 #624

merged 18 commits into from Jun 8, 2022

Commits on Jun 7, 2022

  1. fix clippy::needless_borrow

    hellow554 authored and phimuemue committed Jun 7, 2022
    Copy the full SHA
    71055de View commit details
    Browse the repository at this point in the history
  2. fix clippy::let_and_return

    hellow554 authored and phimuemue committed Jun 7, 2022
    Copy the full SHA
    0a7f5d4 View commit details
    Browse the repository at this point in the history
  3. fix clippy::extra_unused_lifetimes

    hellow554 authored and phimuemue committed Jun 7, 2022
    Copy the full SHA
    28e0b95 View commit details
    Browse the repository at this point in the history
  4. fix clippy::unwrap_or_else_default

    hellow554 authored and phimuemue committed Jun 7, 2022
    Copy the full SHA
    3010ae5 View commit details
    Browse the repository at this point in the history
  5. fix clippy::collapsible_else_if

    hellow554 authored and phimuemue committed Jun 7, 2022
    Copy the full SHA
    e9a245a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c4c434b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    cfcc195 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3a4a29a View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    95f238b View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    758821e View commit details
    Browse the repository at this point in the history
  11. fix clippy::clone_on_copy in tests

    hellow554 authored and phimuemue committed Jun 7, 2022
    Copy the full SHA
    9819fda View commit details
    Browse the repository at this point in the history
  12. fix clippy::let_and_return in tests

    hellow554 authored and phimuemue committed Jun 7, 2022
    Copy the full SHA
    7383828 View commit details
    Browse the repository at this point in the history
  13. fix clippy::iter_nth_zero in tests

    hellow554 authored and phimuemue committed Jun 7, 2022
    Copy the full SHA
    a989b3a View commit details
    Browse the repository at this point in the history
  14. fix clippy::map_clone in tests

    hellow554 authored and phimuemue committed Jun 7, 2022
    Copy the full SHA
    fe06b67 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    a016b87 View commit details
    Browse the repository at this point in the history
  16. fix duplicate_macro_attributes in tests

    the #[test] macro is automatically applied to all functions inside of
    the `quickcheck!` macro, so this one was redundant
    hellow554 authored and phimuemue committed Jun 7, 2022
    Copy the full SHA
    2e6cf7f View commit details
    Browse the repository at this point in the history
  17. fix clippy::unused_unit in tests

    hellow554 authored and phimuemue committed Jun 7, 2022
    Copy the full SHA
    5b3b648 View commit details
    Browse the repository at this point in the history
  18. fix rustdoc warnings

    hellow554 authored and phimuemue committed Jun 7, 2022
    Copy the full SHA
    aac4268 View commit details
    Browse the repository at this point in the history