Traverse-Research / gpu-allocator

🦀 GPU memory allocator for Vulkan, DirectX 12 and Metal. Written in pure Rust
https://traverse.nl/
Apache License 2.0
380 stars 50 forks source link

Import Embark clippy lints v5 and fix all fallout #99

Closed MarijnS95 closed 2 years ago

MarijnS95 commented 2 years ago

On newer Rust versions the linter now accurately detects fields that are only used in (specific?) derive macros like Debug, but not anywhere else in the codebase. As such, they should still be considered unused.