clippy 0.0.8

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

script:
 - cargo build
 - cargo test