aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/message_passing.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/en/src/by-example/message_passing.md')
-rw-r--r--book/en/src/by-example/message_passing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/message_passing.md b/book/en/src/by-example/message_passing.md
index 5665c36..02fd298 100644
--- a/book/en/src/by-example/message_passing.md
+++ b/book/en/src/by-example/message_passing.md
@@ -10,7 +10,7 @@ pending spawns of `foo`. Exceeding this capacity is an `Error`.
The number of arguments to a task is not limited:
-``` rust
+``` rust,noplayground
{{#include ../../../../examples/message_passing.rs}}
```