aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/faq.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc
index 733ddbc5a..8aa9a1a72 100644
--- a/docs/modules/ROOT/pages/faq.adoc
+++ b/docs/modules/ROOT/pages/faq.adoc
@@ -9,10 +9,10 @@ Please feel free to add items to link:https://github.com/embassy-rs/embassy/edit
9If you see an error like this: 9If you see an error like this:
10 10
11[source,rust] 11[source,rust]
12--- 12----
13#[embassy_executor::main] 13#[embassy_executor::main]
14| ^^^^ could not find `main` in `embassy_executor` 14| ^^^^ could not find `main` in `embassy_executor`
15--- 15----
16 16
17You are likely missing some features of the `embassy-executor` crate. 17You are likely missing some features of the `embassy-executor` crate.
18 18