Update faq.adoc

This commit is contained in:
Ulf Lilleengen
2023-11-21 16:01:46 +01:00
committed by GitHub
parent 85059f693b
commit bd2e6b0422

View File

@ -9,10 +9,10 @@ Please feel free to add items to link:https://github.com/embassy-rs/embassy/edit
If you see an error like this:
[source,rust]
---
----
#[embassy_executor::main]
| ^^^^ could not find `main` in `embassy_executor`
---
----
You are likely missing some features of the `embassy-executor` crate.