diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-06 23:55:58 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-06 23:55:58 +0000 |
| commit | 83138ce68e506692aabd825eae39016ddb8fd2c4 (patch) | |
| tree | 6ac62c9f6d41e53d0f7f6d9737b1c0c206e531b3 /embassy-executor/src/lib.rs | |
| parent | ad2d9040d9f36d2523a22752e98f24c661643cb7 (diff) | |
| parent | ac2aec4e7a8e8a4c17c611810d382892398c9eb7 (diff) | |
Merge pull request #2262 from embassy-rs/executor-macros
executor: rename macro crate to embassy-executor-macros, bump it.
Diffstat (limited to 'embassy-executor/src/lib.rs')
| -rw-r--r-- | embassy-executor/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/src/lib.rs b/embassy-executor/src/lib.rs index 897696150..4c6900a6d 100644 --- a/embassy-executor/src/lib.rs +++ b/embassy-executor/src/lib.rs | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | // This mod MUST go first, so that the others see its macros. | 6 | // This mod MUST go first, so that the others see its macros. |
| 7 | pub(crate) mod fmt; | 7 | pub(crate) mod fmt; |
| 8 | 8 | ||
| 9 | pub use embassy_macros::task; | 9 | pub use embassy_executor_macros::task; |
| 10 | 10 | ||
| 11 | macro_rules! check_at_most_one { | 11 | macro_rules! check_at_most_one { |
| 12 | (@amo [$($feats:literal)*] [] [$($res:tt)*]) => { | 12 | (@amo [$($feats:literal)*] [] [$($res:tt)*]) => { |
