aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/migration_v1_v2/complete_example.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/en/src/migration_v1_v2/complete_example.md')
-rw-r--r--book/en/src/migration_v1_v2/complete_example.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/migration_v1_v2/complete_example.md b/book/en/src/migration_v1_v2/complete_example.md
index dc29b25..19a746a 100644
--- a/book/en/src/migration_v1_v2/complete_example.md
+++ b/book/en/src/migration_v1_v2/complete_example.md
@@ -86,7 +86,7 @@ mod app {
# V2.0.0
-``` rust
+``` rust,noplayground
{{ #include ../../../../examples/stm32f3_blinky/src/main.rs }}
```