diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-01 04:10:03 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-01 04:10:03 +0000 |
| commit | f8721c3786cfe0db0bf071b4fa0fefb67edd76cd (patch) | |
| tree | 7fb7da3682ab5fd7bb09c0d2a675b1abf2493882 /embassy-executor/src | |
| parent | 35bb20abe7115c42665faea288ca7f268b32bf96 (diff) | |
| parent | e519e002657e992c47bebc356b044902334d32bc (diff) | |
Merge pull request #2132 from embassy-rs/update-nightly
Update Rust nightly.
Diffstat (limited to 'embassy-executor/src')
| -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; |
