aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/tips.md
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2020-10-08 17:33:42 +0200
committerEmil Fresk <emil.fresk@gmail.com>2020-10-08 17:33:42 +0200
commitc83b15b643346c54f09ef130b5abd5ca31abfcd5 (patch)
treeb1b350b834c243e05f4328d1b4922f1d9e0f373c /book/en/src/by-example/tips.md
parente8b4fa7b32cf044428971f22e01428ff9cccff3c (diff)
parent36781cdd890752d6876623d8802b860e950b24eb (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.md1
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}}