Skip to content

Commit ed7dde8

Browse files
committed
Make line length < 100
1 parent f100b2b commit ed7dde8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/mir/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ 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], [`compiler/rustc_mir_transform`][mirmanip_transform], and [`compiler/rustc_mir_dataflow`][mirmanip_dataflow].
21+
that manipulates it is found in [`compiler/rustc_mir_build`][mirmanip_build],
22+
[`compiler/rustc_mir_transform`][mirmanip_transform], and
23+
[`compiler/rustc_mir_dataflow`][mirmanip_dataflow].
2224

2325
[RFC 1211]: https://rust-lang.github.io/rfcs/1211-mir.html
2426

0 commit comments

Comments
 (0)