clippy 0.0.2

A bunch of helpful lints to avoid common pitfalls in Rust
1
2
3
4
5
6
language: rust
sudo: false

script:
 - cargo build
 - cargo test