Static clippy_lints::mut_reference::UNNECESSARY_MUT_PASSED []

pub static UNNECESSARY_MUT_PASSED: &'static Lint = &::rustc::lint::Lint{name: "UNNECESSARY_MUT_PASSED",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "an argument passed as a mutable reference although the callee only demands an immutable reference",}