Skip to content

Commit e406607

Browse files
committed
Auto merge of #147826 - Muscraft:update-typos, r=Noratrieb
Update typos I saw that `typos` was a few versions out of date and figured it would be a good idea to update it. Upgrading to `1.38.1` adds the [July](crate-ci/typos#1331), [August](crate-ci/typos#1345), and [September](crate-ci/typos#1370) dictionary updates. As part of this change, I also sorted the configuration file.
2 parents 82160e4 + f1b5dd7 commit e406607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustc_public/src/mir/visit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ macro_rules! make_mir_visitor {
181181
self.visit_user_type_projection(projections);
182182
}
183183
StatementKind::Coverage(coverage) => visit_opaque(coverage),
184-
StatementKind::Intrinsic(intrisic) => match intrisic {
184+
StatementKind::Intrinsic(intrinsic) => match intrinsic {
185185
NonDivergingIntrinsic::Assume(operand) => {
186186
self.visit_operand(operand, location);
187187
}

0 commit comments

Comments
 (0)