Skip to content

Commit f608e51

Browse files
authored
Rollup merge of #91774 - surechen:fix_typo_1, r=wesleywiser
Fix typo for MutVisitor Fix typo for MutVisitor.
2 parents 4b37cfc + dfdc60f commit f608e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_ast/src/mut_visit.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! A `MutVisitor` represents an AST modification; it accepts an AST piece and
2-
//! and mutates it in place. So, for instance, macro expansion is a `MutVisitor`
2+
//! mutates it in place. So, for instance, macro expansion is a `MutVisitor`
33
//! that walks over an AST and modifies it.
44
//!
55
//! Note: using a `MutVisitor` (other than the `MacroExpander` `MutVisitor`) on

0 commit comments

Comments
 (0)