clippy 0.0.124

A bunch of helpful lints to avoid common pitfalls in Rust
1
2
3
4
5
6
#![feature(attr_literals)]
#![feature(plugin)]
#![plugin(clippy(conf_file=42))]


fn main() {}