Skip to content

Commit 21beb77

Browse files
oli-obkmark-i-m
authored andcommitted
Remove a sentence from the end of a chapter because it also appears right at the start of the chapter
1 parent f4978b5 commit 21beb77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mir/construction.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ For this reason, we offer a macro that lets you write
8383
`let v = unpack!(block = self.generate_more_mir(...))`.
8484
It simply extracts the new block and overwrites the
8585
variable `block` that you named in the `unpack!`.
86-
MIR functions that generate statements always take as argument a
87-
basic block onto which the statements should be appended.
8886

8987
## Lowering expressions into the desired MIR
9088

0 commit comments

Comments
 (0)