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