Static clippy_lints::new_without_default::NEW_WITHOUT_DEFAULT []

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