Skip to content

Commit 184d33c

Browse files
authored
Apply suggestions from code review
1 parent ed7dde8 commit 184d33c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: src/mir/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ graphs and desugaring), you may enjoy the
1818
## Introduction to MIR
1919

2020
MIR is defined in the [`compiler/rustc_middle/src/mir/`][mir] module, but much of the code
21-
that manipulates it is found in [`compiler/rustc_mir_build`][mirmanip_build],
22-
[`compiler/rustc_mir_transform`][mirmanip_transform], and
21+
that manipulates it is found in [`compiler/rustc_mir_build`][mirmanip_build],
22+
[`compiler/rustc_mir_transform`][mirmanip_transform], and
2323
[`compiler/rustc_mir_dataflow`][mirmanip_dataflow].
2424

2525
[RFC 1211]: https://rust-lang.github.io/rfcs/1211-mir.html
@@ -260,9 +260,9 @@ See the const-eval WG's [docs on promotion](https://github.com/rust-lang/const-e
260260

261261

262262
[mir]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/mir/index.html
263-
[mirmanip_build]: (https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_build/index.html
264-
[mirmanip_transform]: (https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_transform/index.html
265-
[mirmanip_dataflow]: (https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_dataflow/index.html
263+
[mirmanip_build]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_build/index.html
264+
[mirmanip_transform]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_transform/index.html
265+
[mirmanip_dataflow]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_dataflow/index.html
266266
[`Body`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/mir/struct.Body.html
267267
[newtype'd]: ../appendix/glossary.html#newtype
268268
[basicblocks]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/mir/struct.Body.html#structfield.basic_blocks

0 commit comments

Comments
 (0)