aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-executor/src')
-rw-r--r--embassy-executor/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-executor/src/lib.rs b/embassy-executor/src/lib.rs
index 3ce687eb6..020f9095c 100644
--- a/embassy-executor/src/lib.rs
+++ b/embassy-executor/src/lib.rs
@@ -33,6 +33,7 @@ check_at_most_one!("arch-cortex-m", "arch-riscv32", "arch-xtensa", "arch-std", "
33mod arch; 33mod arch;
34 34
35#[cfg(feature = "_arch")] 35#[cfg(feature = "_arch")]
36#[allow(unused_imports)] // don't warn if the module is empty.
36pub use arch::*; 37pub use arch::*;
37 38
38pub mod raw; 39pub mod raw;