rust-embedded / rust-sysfs-gpio

A Rust Interface to the Linux sysfs GPIO interface (https://www.kernel.org/doc/Documentation/gpio/sysfs.txt)
Apache License 2.0
383 stars 45 forks source link

Fixed a bunch of clippy warnings and errors #33

Closed Razican closed 7 years ago

Razican commented 7 years ago

Makes sense to use Clippy to check for common errors. This should make the code faster, and more idiomatic.

posborne commented 7 years ago

Thanks!