clippy 0.0.5

A bunch of helpful lints to avoid common pitfalls in Rust
language: rust
rust: nightly
sudo: false

script:
 - cargo build
 - cargo test