Static clippy_lints::new_without_default::NEW_WITHOUT_DEFAULT []

pub static NEW_WITHOUT_DEFAULT: &'static Lint = &::rustc::lint::Lint{name: "NEW_WITHOUT_DEFAULT",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "`fn new() -> Self` method without `Default` implementation",}