Static clippy_lints::methods::WRONG_PUB_SELF_CONVENTION []

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