diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2020-10-08 17:33:42 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2020-10-08 17:33:42 +0200 |
| commit | c83b15b643346c54f09ef130b5abd5ca31abfcd5 (patch) | |
| tree | b1b350b834c243e05f4328d1b4922f1d9e0f373c /book/en/src/by-example/tips.md | |
| parent | e8b4fa7b32cf044428971f22e01428ff9cccff3c (diff) | |
| parent | 36781cdd890752d6876623d8802b860e950b24eb (diff) | |
Merge branch 'master' into spawn_experiment
Diffstat (limited to 'book/en/src/by-example/tips.md')
| -rw-r--r-- | book/en/src/by-example/tips.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/en/src/by-example/tips.md b/book/en/src/by-example/tips.md index d8264c9..090b30a 100644 --- a/book/en/src/by-example/tips.md +++ b/book/en/src/by-example/tips.md @@ -116,6 +116,7 @@ Here's an example where `heapless::Pool` is used to "box" buffers of 128 bytes. ``` rust {{#include ../../../../examples/pool.rs}} ``` + ``` console $ cargo run --example pool {{#include ../../../../ci/expected/pool.run}} |
