clippy 0.0.302

A bunch of helpful lints to avoid common pitfalls in Rust.
1
2
3
fn main() {
    panic!("This shouldn't even compile")
}