diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2022-12-16 16:24:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-16 16:24:14 +0200 |
| commit | 5a7e8f8b7970b21c40d28013800a6d4ae0c8374a (patch) | |
| tree | 8a126662cdfa80874a0e525df8a8ba51b8128ab0 | |
| parent | a3592695ce3b414d5dd44f098ed6362af9b7271b (diff) | |
| download | rust-5a7e8f8b7970b21c40d28013800a6d4ae0c8374a.tar.gz rust-5a7e8f8b7970b21c40d28013800a6d4ae0c8374a.zip | |
accept review suggestion
Co-authored-by: nils <48135649+Nilstrieb@users.noreply.github.com>
| -rw-r--r-- | compiler/rustc_middle/src/mir/visit.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/mir/visit.rs b/compiler/rustc_middle/src/mir/visit.rs index 0b806cdac66..1a264d2d5af 100644 --- a/compiler/rustc_middle/src/mir/visit.rs +++ b/compiler/rustc_middle/src/mir/visit.rs @@ -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 |
