codyps / ioctl

Helpers for binding ioctls in Rust
https://docs.rs/ioctl-sys
Apache License 2.0
4 stars 14 forks source link

Make clippy pass #13

Open codyps opened 3 years ago

codyps commented 3 years ago

We currently have a bunch of funky code in ioctls (and a small amount in ioctl-sys) that clippy rightly complains about. we should fix that.