Static clippy_lints::methods::WRONG_PUB_SELF_CONVENTION []

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