Docs: a tiny modification
This commit is contained in:
parent
c9b6ba800a
commit
e469c79de8
1 changed files with 1 additions and 1 deletions
|
|
@ -502,5 +502,5 @@ assert_eq!(6, answer);
|
|||
```
|
||||
|
||||
By making the inner closure a `move Fn`, we create a new stack frame for our
|
||||
closure. By `Box`ing it up, we’ve given it a known size, and allowing it to
|
||||
closure. By `Box`ing it up, we’ve given it a known size, allowing it to
|
||||
escape our stack frame.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue