aboutsummaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2023-11-21 16:01:46 +0100
committerGitHub <[email protected]>2023-11-21 16:01:46 +0100
commitbd2e6b0422cb43b1a0fc4efb443b31170d6e73c3 (patch)
tree9157add91717241af1c4f60444f490c3fce52f3f /docs/modules
parent85059f693bb15bb2c37a9bc4a7b55373c54ec184 (diff)
Update faq.adoc
Diffstat (limited to 'docs/modules')
-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