Skip to content

Commit 5a7e8f8

Browse files
tshepangNoratrieb
andauthored
accept review suggestion
Co-authored-by: nils <48135649+Nilstrieb@users.noreply.github.com>
1 parent a359269 commit 5a7e8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/mir/visit.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! ## Overview
44
//!
55
//! There are two visitors, one for immutable and one for mutable references,
6-
//! but both are generated by `make_mir_visitor` macro.
6+
//! but both are generated by the `make_mir_visitor` macro.
77
//! The code is written according to the following conventions:
88
//!
99
//! - introduce a `visit_foo` and a `super_foo` method for every MIR type

0 commit comments

Comments
 (0)