1 2 3 4 5
#![feature(attr_literals)] #![feature(plugin)] #![plugin(clippy(conf_file=42))] fn main() {}