Fix typo in comment
This commit is contained in:
parent
0bc93b67f5
commit
b592cc659b
@ -83,7 +83,7 @@ fn check_if_let(cx: &LateContext<'_>, if_let: &higher::IfLet<'_>) -> bool {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Recurrsively check for each `else if let` phrase,
|
// Recursively check for each `else if let` phrase,
|
||||||
if let Some(ref nested_if_let) = higher::IfLet::hir(cx, if_else) {
|
if let Some(ref nested_if_let) = higher::IfLet::hir(cx, if_else) {
|
||||||
return check_if_let(cx, nested_if_let);
|
return check_if_let(cx, nested_if_let);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user