rust3ds / ctru-rs

Rust wrapper for libctru
https://rust3ds.github.io/ctru-rs/
Other
122 stars 18 forks source link

Fix clippy warning about unused screen field #37

Closed AzureMarker closed 2 years ago

AzureMarker commented 2 years ago

This warning is my fault because I suggested not using underscore in that one PR (forgot about this warning). And since we're not using it yet (and probably not in the near future), we might as well silence the warning by fixing it.