accept review suggestion
Co-authored-by: nils <48135649+Nilstrieb@users.noreply.github.com>
This commit is contained in:
parent
a3592695ce
commit
5a7e8f8b79
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
//! ## Overview
|
||||
//!
|
||||
//! There are two visitors, one for immutable and one for mutable references,
|
||||
//! but both are generated by `make_mir_visitor` macro.
|
||||
//! but both are generated by the `make_mir_visitor` macro.
|
||||
//! The code is written according to the following conventions:
|
||||
//!
|
||||
//! - introduce a `visit_foo` and a `super_foo` method for every MIR type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue