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

Merged
merged 1 commit into from
Aug 23, 2021
Merged

Fix clippy warnings #68

merged 1 commit into from
Aug 23, 2021

Conversation

willemv
Copy link
Contributor

@willemv willemv commented Aug 23, 2021

Checklist

  • cargo clippy reports no issues
  • cargo doc reports no issues
  • cargo deny issues have been fixed or added to deny.toml
  • human-readable change descriptions added to the changelog under the "Unreleased" heading.
    • If the change does not affect the user (or is a process change), preface the change with "Internal:"
    • Add credit to yourself for each change: Added new functionality @githubname.

Description

Recent clippy versions warn about unnecessary borrows. This PR fixes the new warnings.

Related Issues

@willemv
Copy link
Contributor Author

willemv commented Aug 23, 2021

The failing cargo deny is fixed by the upgrade to wgpu 0.10, see #66

@willemv willemv mentioned this pull request Aug 23, 2021
Copy link
Collaborator

@cwfitzgerald cwfitzgerald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much!

@cwfitzgerald cwfitzgerald merged commit fa21209 into Yatekii:master Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants