aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/tips.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-10-07 04:38:51 +0000
committerGitHub <noreply@github.com>2020-10-07 04:38:51 +0000
commit593dbeb9bf8b9e242793b6739d4076f20ee6cc6b (patch)
treefd23ecfb49b37a7ab3134bafdc2b4bfe8ba97a65 /book/en/src/by-example/tips.md
parentb1e1abae29591e50ebf345a2bd249a73e564cea9 (diff)
parent987332b831761a681ec5cdda192ead524438df77 (diff)
Merge #385
385: Doclints r=korken89 a=dcarosone Some minor doc lints and wording cleanup Co-authored-by: Daniel Carosone <Daniel.Carosone@gmail.com>
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}}