Function clippy_utils::is_inherent_method_call

source ยท
pub fn is_inherent_method_call(cx: &LateContext<'_>, expr: &Expr<'_>) -> bool
Expand description

Checks if the given method call expression calls an inherent method.