Static clippy_lints::methods::WRONG_SELF_CONVENTION []

pub static WRONG_SELF_CONVENTION: &'static Lint = &::rustc::lint::Lint{name: "WRONG_SELF_CONVENTION",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "defining a method named with an established prefix (like \"into_\") that takes `self` with the wrong convention",}