diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-01 04:56:56 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-01 04:56:56 +0100 |
| commit | e519e002657e992c47bebc356b044902334d32bc (patch) | |
| tree | 870b521845ae7b115d032b002f4ff2f96a37835d /embassy-executor/src/lib.rs | |
| parent | dd6a29adb2b503520f7db28e50563f41cf1f4730 (diff) | |
Update Rust nightly.
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; |
