Static clippy_lints::types::TYPE_COMPLEXITY []

pub static TYPE_COMPLEXITY: &'static Lint = &::rustc::lint::Lint{name: "TYPE_COMPLEXITY",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "usage of very complex types that might be better factored into `type` definitions",}