Static clippy_lints::methods::WRONG_SELF_CONVENTION []

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