Function clippy_utils::is_receiver_of_method_call

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

Returns true if the specified expression is in a receiver position.