kvark / vange-rs

Rusty Vangers clone
https://vange.rs
Apache License 2.0
427 stars 21 forks source link

Fix some warnings #142

Closed ghost closed 3 years ago

kvark commented 3 years ago

Thank you for the PR! Why are we deriving Debug everywhere?

ghost commented 3 years ago

I was just folowing the missing_debug lints but i can remove them if you prefer.

kvark commented 3 years ago

I don't find them particularly useful, tbh. It will affect the build times. If we need to debug-print anything, we'll add those derives.