diff options
| author | Quentin Smith <[email protected]> | 2022-08-10 17:09:11 -0400 |
|---|---|---|
| committer | Quentin Smith <[email protected]> | 2022-08-10 17:09:11 -0400 |
| commit | 145af0e4ab75d931cba401f1755f383bcc713892 (patch) | |
| tree | e060519021af522243a98bee38dee6d78a094d94 /embassy-executor/src/lib.rs | |
| parent | a3c1522ce64b00c6d310947ebc6dad9fe1e28d55 (diff) | |
cargo fmt
Diffstat (limited to 'embassy-executor/src/lib.rs')
| -rw-r--r-- | embassy-executor/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-executor/src/lib.rs b/embassy-executor/src/lib.rs index dd99f9e52..32724c15c 100644 --- a/embassy-executor/src/lib.rs +++ b/embassy-executor/src/lib.rs | |||
| @@ -19,7 +19,6 @@ pub use embassy_macros::{main, task}; | |||
| 19 | /// Implementation details for embassy macros. DO NOT USE. | 19 | /// Implementation details for embassy macros. DO NOT USE. |
| 20 | pub mod export { | 20 | pub mod export { |
| 21 | pub use atomic_polyfill as atomic; | 21 | pub use atomic_polyfill as atomic; |
| 22 | |||
| 23 | #[cfg(feature = "rtos-trace")] | 22 | #[cfg(feature = "rtos-trace")] |
| 24 | pub use rtos_trace::trace; | 23 | pub use rtos_trace::trace; |
| 25 | 24 | ||
