Closed willemv closed 3 years ago
cargo clippy
cargo doc
cargo deny
deny.toml
Added new functionality @githubname
Recent clippy versions warn about unnecessary borrows. This PR fixes the new warnings.
The failing cargo deny is fixed by the upgrade to wgpu 0.10, see #66
Checklist
cargo clippy
reports no issuescargo doc
reports no issuescargo deny
issues have been fixed or added todeny.toml
Added new functionality @githubname
.Description
Recent clippy versions warn about unnecessary borrows. This PR fixes the new warnings.
Related Issues