Skip to content

Commit c0fce5a

Browse files
committed
Auto merge of #8702 - youknowone:fix-typo, r=xFrednet
Fix typo in comment *Please write a short comment explaining your change (or "none" for internal only changes)* changelog: none
2 parents 0bc93b6 + b592cc6 commit c0fce5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/matches/needless_match.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fn check_if_let(cx: &LateContext<'_>, if_let: &higher::IfLet<'_>) -> bool {
8383
return false;
8484
}
8585

86-
// Recurrsively check for each `else if let` phrase,
86+
// Recursively check for each `else if let` phrase,
8787
if let Some(ref nested_if_let) = higher::IfLet::hir(cx, if_else) {
8888
return check_if_let(cx, nested_if_let);
8989
}

0 commit comments

Comments
 (0)