Merge pull request #2210 from embassy-rs/lulf-patch-1

fix: faq.adoc syntax
This commit is contained in:
Ulf Lilleengen 2023-11-21 15:04:43 +00:00 committed by GitHub
commit 32b59148a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.