Closed llogiq closed 8 years ago
What were the issues with clippy?
Thanks :)
Well, thank you for writing code that allowed me to find the issues :smile:
Thanks for noticing! Never used clippy to look into these things. Overall this improves readibility.
If you have a nightly Rust (and if not, I recommend https://rustup.rs), you can use clippy on your code with cargo rustc -- -L /path/to/clippy/target/release -Z extra-plugins=clippy
(assuming you have checked out clippy in /path/to/clippy
and built it with cargo build --release
.
Just some style improvements. I also found a few problems in clippy :smile: