Function clippy_utils::is_else_clause
source · Expand description
Checks if the given expression is the else clause of either an if
or if let
expression.
Checks if the given expression is the else clause of either an if
or if let
expression.