We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a359269 commit 5a7e8f8Copy full SHA for 5a7e8f8
compiler/rustc_middle/src/mir/visit.rs
@@ -3,7 +3,7 @@
3
//! ## Overview
4
//!
5
//! There are two visitors, one for immutable and one for mutable references,
6
-//! but both are generated by `make_mir_visitor` macro.
+//! but both are generated by the `make_mir_visitor` macro.
7
//! The code is written according to the following conventions:
8
9
//! - introduce a `visit_foo` and a `super_foo` method for every MIR type
0 commit comments