aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-02 21:00:21 +0000
committerGitHub <[email protected]>2023-11-02 21:00:21 +0000
commit1b9292dbcde3ad23c6a235ff2b04d544bda54334 (patch)
treec0b8829121fbe786e8ae922bd0e41dd4022ad40f /embassy-executor/src
parentd6f42eafad5582963a6d4c266f79425ed9b812e0 (diff)
parent1f51367eb92830c4c2c36406444d255fddb6b283 (diff)
Merge pull request #2136 from embassy-rs/static-cell-v2
Upgrade static-cell to v2.0
Diffstat (limited to 'embassy-executor/src')
-rw-r--r--embassy-executor/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-executor/src/lib.rs b/embassy-executor/src/lib.rs
index 020f9095c..f2c86d8e6 100644
--- a/embassy-executor/src/lib.rs
+++ b/embassy-executor/src/lib.rs
@@ -47,7 +47,6 @@ pub use spawner::*;
47pub mod _export { 47pub mod _export {
48 #[cfg(feature = "rtos-trace")] 48 #[cfg(feature = "rtos-trace")]
49 pub use rtos_trace::trace; 49 pub use rtos_trace::trace;
50 pub use static_cell::StaticCell;
51 50
52 /// Expands the given block of code when `embassy-executor` is compiled with 51 /// Expands the given block of code when `embassy-executor` is compiled with
53 /// the `rtos-trace-interrupt` feature. 52 /// the `rtos-trace-interrupt` feature.