Skip to content

Commit be5a669

Browse files
committed
grammar
1 parent 22500ee commit be5a669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mir/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ button on the top:
6464
[sample-play]: https://play.rust-lang.org/?gist=30074856e62e74e91f06abd19bd72ece&version=stable
6565
MIR shown by above link is optimized.
6666
Some statements like `StorageLive` are removed in optimization.
67-
This happens because compiler notices the value is never accessed in the code.
67+
This happens because the compiler notices the value is never accessed in the code.
6868
We can use `rustc [filename].rs -Z mir-opt-level=0 --emit mir` to view unoptimized MIR.
6969
This requires the nightly toolchain.
7070

0 commit comments

Comments
 (0)