1
Fork 0

Fix more “a”/“an” typos

This commit is contained in:
Frank Steffahn 2021-08-22 17:27:18 +02:00
parent b08b92eb42
commit 2396fad095
18 changed files with 20 additions and 20 deletions

View file

@ -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);