Static clippy_lints::misc::CMP_OWNED []

pub static CMP_OWNED: &'static Lint = &::rustc::lint::Lint{name: "CMP_OWNED",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "creating owned instances for comparing with others, e.g. `x == \"foo\".to_string()`",}