pub fn is_inherent_method_call(cx: &LateContext<'_>, expr: &Expr<'_>) -> boolExpand description
Checks if the given method call expression calls an inherent method.
pub fn is_inherent_method_call(cx: &LateContext<'_>, expr: &Expr<'_>) -> boolChecks if the given method call expression calls an inherent method.