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.md1
1 files changed, 0 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 e76fa4d..47ac2de 100644
--- a/book/en/src/migration_v1_v2/complete_example.md
+++ b/book/en/src/migration_v1_v2/complete_example.md
@@ -97,7 +97,6 @@ _Note_: This diff may not be 100% accurate, but it displays the important change
``` diff
#![no_main]
#![no_std]
-+#![feature(type_alias_impl_trait)]
use panic_rtt_target as _;
use rtic::app;