mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 14:43:24 +00:00
fix typo
This commit is contained in:
parent
82575a1d6f
commit
dfdc60fc99
@ -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