aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/tips/view_code.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/en/src/by-example/tips/view_code.md')
-rw-r--r--book/en/src/by-example/tips/view_code.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/tips/view_code.md b/book/en/src/by-example/tips/view_code.md
index b4a9066..64af7ad 100644
--- a/book/en/src/by-example/tips/view_code.md
+++ b/book/en/src/by-example/tips/view_code.md
@@ -16,7 +16,7 @@ $ rustfmt target/rtic-expansion.rs
$ tail target/rtic-expansion.rs
```
-``` rust
+``` rust,noplayground
#[doc = r" Implementation details"]
mod app {
#[doc = r" Always include the device crate which contains the vector table"]