fn fn_eagerness(
    cx: &LateContext<'_>,
    fn_id: DefId,
    name: Symbol,
    have_one_arg: bool,
) -> EagernessSuggestionExpand description
Determine the eagerness of the given function call.
fn fn_eagerness(
    cx: &LateContext<'_>,
    fn_id: DefId,
    name: Symbol,
    have_one_arg: bool,
) -> EagernessSuggestionDetermine the eagerness of the given function call.