Rollup merge of #91774 - surechen:fix_typo_1, r=wesleywiser
Fix typo for MutVisitor Fix typo for MutVisitor.
This commit is contained in:
commit
f608e519cc
@ -1,5 +1,5 @@
|
||||
//! A `MutVisitor` represents an AST modification; it accepts an AST piece and
|
||||
//! and mutates it in place. So, for instance, macro expansion is a `MutVisitor`
|
||||
//! mutates it in place. So, for instance, macro expansion is a `MutVisitor`
|
||||
//! that walks over an AST and modifies it.
|
||||
//!
|
||||
//! Note: using a `MutVisitor` (other than the `MacroExpander` `MutVisitor`) on
|
||||
|
Loading…
Reference in New Issue
Block a user