clippy_utils

Function is_default_equivalent_from

Source
pub(crate) fn is_default_equivalent_from(
    cx: &LateContext<'_>,
    from_func: &Expr<'_>,
    arg: &Expr<'_>,
) -> bool