difftreelog
fix clippy mutable_key_type false-positive
in: master
1 file changed
crates/jrsonnet-evaluator/src/lib.rsdiffbeforeafterboth41 clippy::missing_const_for_fn,41 clippy::missing_const_for_fn,42 // too many false-positives with .expect() calls42 // too many false-positives with .expect() calls43 clippy::missing_panics_doc,43 clippy::missing_panics_doc,44 // false positive for IStr type. There is an configuration option for45 // such cases, but it doesn't work:46 // https://github.com/rust-lang/rust-clippy/issues/980147 clippy::mutable_key_type,44)]48)]454946// For jrsonnet-macros50// For jrsonnet-macros