Static clippy_lints::misc::CMP_OWNED []

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