chore: Fix typos in 'compiler' (batch 1)

This commit is contained in:
Alexander Cyon
2024-09-02 07:42:38 +02:00
parent 78d5c04d9c
commit ac69544a17
35 changed files with 44 additions and 44 deletions

View File

@@ -734,7 +734,7 @@ trait UnusedDelimLint {
return false;
}
// Check if we need parens for `match &( Struct { feild: }) {}`.
// Check if we need parens for `match &( Struct { field: }) {}`.
{
let mut innermost = inner;
loop {