Function clippy_utils::is_refutable
source · pub fn is_refutable(cx: &LateContext<'_>, pat: &Pat<'_>) -> boolExpand description
Returns true if a pattern is refutable.
pub fn is_refutable(cx: &LateContext<'_>, pat: &Pat<'_>) -> boolReturns true if a pattern is refutable.