diff options
Diffstat (limited to 'embassy-executor/src/lib.rs')
| -rw-r--r-- | embassy-executor/src/lib.rs | 1 |
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", " | |||
| 33 | mod arch; | 33 | mod arch; |
| 34 | 34 | ||
| 35 | #[cfg(feature = "_arch")] | 35 | #[cfg(feature = "_arch")] |
| 36 | #[allow(unused_imports)] // don't warn if the module is empty. | ||
| 36 | pub use arch::*; | 37 | pub use arch::*; |
| 37 | 38 | ||
| 38 | pub mod raw; | 39 | pub mod raw; |
