aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/tips/static_lifetimes.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/en/src/by-example/tips/static_lifetimes.md')
-rw-r--r--book/en/src/by-example/tips/static_lifetimes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/tips/static_lifetimes.md b/book/en/src/by-example/tips/static_lifetimes.md
index b1fd606..f4e4829 100644
--- a/book/en/src/by-example/tips/static_lifetimes.md
+++ b/book/en/src/by-example/tips/static_lifetimes.md
@@ -8,7 +8,7 @@ In the following example two different tasks share a [`heapless::spsc::Queue`] f
[`heapless::spsc::Queue`]: https://docs.rs/heapless/0.7.5/heapless/spsc/struct.Queue.html
-``` rust
+``` rust,noplayground
{{#include ../../../../../rtic/examples/static.rs}}
```