Static clippy_lints::mut_reference::UNNECESSARY_MUT_PASSED []

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