Remove a sentence from the end of a chapter because it also appears right at the start of the chapter

This commit is contained in:
Oliver Scherer 2018-11-08 18:57:59 +01:00 committed by Who? Me?!
parent c9f929122a
commit 5fd83b7d44
1 changed files with 0 additions and 2 deletions

View File

@ -83,8 +83,6 @@ For this reason, we offer a macro that lets you write
`let v = unpack!(block = self.generate_more_mir(...))`.
It simply extracts the new block and overwrites the
variable `block` that you named in the `unpack!`.
MIR functions that generate statements always take as argument a
basic block onto which the statements should be appended.
## Lowering expressions into the desired MIR