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 clippy lints #324

Merged
merged 16 commits into from
Jan 7, 2021
Merged

Fix clippy lints #324

merged 16 commits into from
Jan 7, 2021

Commits on Jan 6, 2021

  1. Add clippy github ci job

    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    473dd71 View commit details
    Browse the repository at this point in the history
  2. Fix clippy lint

    #[warn(clippy::match_like_matches_macro)]
    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    c3909de View commit details
    Browse the repository at this point in the history
  3. Fix clippy lint

    #[warn(clippy::single_char_add_str)]
    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    31a08f2 View commit details
    Browse the repository at this point in the history
  4. Fix clippy lint

    Use of `unwrap_or` followed by a call to `new`
    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    e0fceda View commit details
    Browse the repository at this point in the history
  5. Fix clippy lint

    #[warn(clippy::ptr_arg)]
    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    047aaf1 View commit details
    Browse the repository at this point in the history
  6. Fix clippy lint

    #[warn(clippy::single_char_pattern)]
    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    fea3200 View commit details
    Browse the repository at this point in the history
  7. Fix clippy lint

    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    a771062 View commit details
    Browse the repository at this point in the history
  8. Fix clippy lint

    #[warn(clippy::len_zero)]
    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    0deda19 View commit details
    Browse the repository at this point in the history
  9. Fix clippy lint

    #[warn(clippy::needless_lifetimes)]
    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    971df78 View commit details
    Browse the repository at this point in the history
  10. Fix clippy lint

    #[warn(clippy::unnecessary_lazy_evaluations)]
    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    fd2153b View commit details
    Browse the repository at this point in the history
  11. Fix clippy lint

    #[warn(clippy::redundant_field_names)]
    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    edfaef8 View commit details
    Browse the repository at this point in the history
  12. Fix clippy lint

    #[warn(clippy::collapsible_if)]
    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    de3591d View commit details
    Browse the repository at this point in the history
  13. Fix clippy lint

    #[warn(clippy::needless_lifetimes)]
    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    25a5b6b View commit details
    Browse the repository at this point in the history
  14. Add rustfmt to CI

    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    5cefe3a View commit details
    Browse the repository at this point in the history
  15. Fix clippy lint

    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    7659db8 View commit details
    Browse the repository at this point in the history
  16. Fix clippy lint

     #[warn(clippy::declare_interior_mutable_const)]
    Sh3Rm4n committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    02488d8 View commit details
    Browse the repository at this point in the history