aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/app_minimal.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/en/src/by-example/app_minimal.md')
-rw-r--r--book/en/src/by-example/app_minimal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/app_minimal.md b/book/en/src/by-example/app_minimal.md
index 714f543..2c6f218 100644
--- a/book/en/src/by-example/app_minimal.md
+++ b/book/en/src/by-example/app_minimal.md
@@ -2,7 +2,7 @@
This is the smallest possible RTIC application:
-``` rust
+``` rust,noplayground
{{#include ../../../../rtic/examples/smallest.rs}}
```