diff options
| author | Thales Fragoso <[email protected]> | 2021-02-13 21:41:36 -0300 |
|---|---|---|
| committer | Thales Fragoso <[email protected]> | 2021-02-13 21:41:36 -0300 |
| commit | b69f72e055cb741a7f599832792933acc00f5fdf (patch) | |
| tree | f8066e2835a4cce320d2f62a9751901b2931b461 /embassy-std-examples | |
| parent | a7797a918d3a42f9244a853d2a47aced0ceb900a (diff) | |
Get rid of some warnings
Diffstat (limited to 'embassy-std-examples')
| -rw-r--r-- | embassy-std-examples/src/bin/serial.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-std-examples/src/bin/serial.rs b/embassy-std-examples/src/bin/serial.rs index b66b7de20..cad64fb2f 100644 --- a/embassy-std-examples/src/bin/serial.rs +++ b/embassy-std-examples/src/bin/serial.rs | |||
| @@ -5,7 +5,7 @@ mod serial_port; | |||
| 5 | 5 | ||
| 6 | use async_io::Async; | 6 | use async_io::Async; |
| 7 | use embassy::executor::task; | 7 | use embassy::executor::task; |
| 8 | use embassy::io::{AsyncBufRead, AsyncBufReadExt, AsyncWrite, AsyncWriteExt}; | 8 | use embassy::io::AsyncBufReadExt; |
| 9 | use embassy::util::Forever; | 9 | use embassy::util::Forever; |
| 10 | use embassy_std::Executor; | 10 | use embassy_std::Executor; |
| 11 | use log::*; | 11 | use log::*; |
