#![feature(plugin)] #![plugin(clippy)] #![deny(clippy)] #![allow(unused_imports)] use std::*; fn main() { }