diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-29 19:46:28 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-05-29 19:46:28 +0200 |
| commit | 46961cfdf72a3b5d54b241a41d9f2496c6dc6229 (patch) | |
| tree | db241f54cc493f608f5f3b5cd5dd3c685019d67f /embassy-time/src/timer.rs | |
| parent | cc23129456832ce4d65ce0b8088a011395fca4fb (diff) | |
Fix tests.
Diffstat (limited to 'embassy-time/src/timer.rs')
| -rw-r--r-- | embassy-time/src/timer.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-time/src/timer.rs b/embassy-time/src/timer.rs index 52620d233..d3d1f9f5f 100644 --- a/embassy-time/src/timer.rs +++ b/embassy-time/src/timer.rs | |||
| @@ -109,7 +109,6 @@ impl Future for Timer { | |||
| 109 | /// # #![feature(type_alias_impl_trait)] | 109 | /// # #![feature(type_alias_impl_trait)] |
| 110 | /// # | 110 | /// # |
| 111 | /// use embassy_time::{Duration, Ticker}; | 111 | /// use embassy_time::{Duration, Ticker}; |
| 112 | /// use futures::StreamExt; | ||
| 113 | /// # fn foo(){} | 112 | /// # fn foo(){} |
| 114 | /// | 113 | /// |
| 115 | /// #[embassy_executor::task] | 114 | /// #[embassy_executor::task] |
