mtreinish / subunit-rust

A subunit v2 protocol implementation in Rust
Apache License 2.0
2 stars 2 forks source link

Fix issues reported by cargo clippy #3

Closed mtreinish closed 5 years ago

mtreinish commented 5 years ago

This commit goes through all the errors and warnings (since we have #![deny(warnings)] warnings set in the src and cleans them up per the suggestions of the tool. The only exception is the unreadableliteral, mostly due to my personal preference of thinking that adding '' to numbers makes it more unreadable. That failure mode is added to the allow list.