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 some clippy warnings #103

Merged
merged 2 commits into from
Jul 5, 2021
Merged

Fix some clippy warnings #103

merged 2 commits into from
Jul 5, 2021

Commits on Jul 5, 2021

  1. Fix a clippy warning

    `struct constructor field order is inconsistent with struct definition field order`
    sylvestre committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    2b5eca5 View commit details
    Browse the repository at this point in the history
  2. Fix another clippy warning

    `writing `&PathBuf` instead of `&Path` involves a new object where a slice will do`
    sylvestre committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    8f93344 View commit details
    Browse the repository at this point in the history