aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-01 04:10:03 +0000
committerGitHub <[email protected]>2023-11-01 04:10:03 +0000
commitf8721c3786cfe0db0bf071b4fa0fefb67edd76cd (patch)
tree7fb7da3682ab5fd7bb09c0d2a675b1abf2493882 /embassy-executor/src
parent35bb20abe7115c42665faea288ca7f268b32bf96 (diff)
parente519e002657e992c47bebc356b044902334d32bc (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.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;