mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Fix typos “a”→“an”
This commit is contained in:
parent
e535791756
commit
3a5a93595f
4 changed files with 5 additions and 5 deletions
|
@ -280,7 +280,7 @@ impl ExprValidator {
|
|||
for arm in arms {
|
||||
if let Some(pat_ty) = infer.type_of_pat.get(arm.pat) {
|
||||
// We only include patterns whose type matches the type
|
||||
// of the match expression. If we had a InvalidMatchArmPattern
|
||||
// of the match expression. If we had an InvalidMatchArmPattern
|
||||
// diagnostic or similar we could raise that in an else
|
||||
// block here.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue