clippy 0.0.129

A bunch of helpful lints to avoid common pitfalls in Rust
1
2
3
4
#![feature(plugin)]
#![plugin(clippy(conf_file="./tests/auxiliary/conf_whitelisted.toml"))]

fn main() {}