Function clippy_utils::expr_custom_deref_adjustment

source ยท
pub fn expr_custom_deref_adjustment(
    cx: &LateContext<'_>,
    e: &Expr<'_>,
) -> Option<Mutability>
Expand description

Gets the mutability of the custom deref adjustment, if any.