We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82575a1 commit dfdc60fCopy full SHA for dfdc60f
compiler/rustc_ast/src/mut_visit.rs
@@ -1,5 +1,5 @@
1
//! 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`
+//! mutates it in place. So, for instance, macro expansion is a `MutVisitor`
3
//! that walks over an AST and modifies it.
4
//!
5
//! Note: using a `MutVisitor` (other than the `MacroExpander` `MutVisitor`) on
0 commit comments