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

🦀 Fix Rust 1.78 lints #229

Closed MarijnS95 closed 5 months ago

MarijnS95 commented 5 months ago

Rust 1.78 is again a bit more strict and better at finding unused_qualifications and dead_code. Solve those, and clean up some documentation while at it.