clippy 0.0.155

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

fn main() {}