Fix more “a”/“an” typos
This commit is contained in:
parent
b08b92eb42
commit
2396fad095
18 changed files with 20 additions and 20 deletions
|
@ -762,7 +762,7 @@ impl<'p, 'tcx> SubPatSet<'p, 'tcx> {
|
|||
for i in 0..*alt_count {
|
||||
let sub_set = subpats.get(&i).unwrap_or(&SubPatSet::Empty);
|
||||
if sub_set.is_empty() {
|
||||
// Found a unreachable subpattern.
|
||||
// Found an unreachable subpattern.
|
||||
spans.push(expanded[i].span);
|
||||
} else {
|
||||
fill_spans(sub_set, spans);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue