aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/app.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/en/src/by-example/app.md')
-rw-r--r--book/en/src/by-example/app.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/app.md b/book/en/src/by-example/app.md
index 0d977a1..8450bb9 100644
--- a/book/en/src/by-example/app.md
+++ b/book/en/src/by-example/app.md
@@ -27,6 +27,6 @@ Overall, the generated code infers no additional overhead in comparison to a han
To give a flavour of RTIC, the following example contains commonly used features.
In the following sections we will go through each feature in detail.
-``` rust
+``` rust,noplayground
{{#include ../../../../rtic/examples/common.rs}}
```