#![feature(plugin)]
#![plugin(clippy)]
#![allow(collapsible_if)]
#![allow(cyclomatic_complexity)]
