clippy_utils

Function 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.