Static clippy_lints::types::TYPE_COMPLEXITY []

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