aboutsummaryrefslogtreecommitdiff
path: root/embassy-std-examples
diff options
context:
space:
mode:
authorThales Fragoso <[email protected]>2021-02-13 21:41:36 -0300
committerThales Fragoso <[email protected]>2021-02-13 21:41:36 -0300
commitb69f72e055cb741a7f599832792933acc00f5fdf (patch)
treef8066e2835a4cce320d2f62a9751901b2931b461 /embassy-std-examples
parenta7797a918d3a42f9244a853d2a47aced0ceb900a (diff)
Get rid of some warnings
Diffstat (limited to 'embassy-std-examples')
-rw-r--r--embassy-std-examples/src/bin/serial.rs2
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
6use async_io::Async; 6use async_io::Async;
7use embassy::executor::task; 7use embassy::executor::task;
8use embassy::io::{AsyncBufRead, AsyncBufReadExt, AsyncWrite, AsyncWriteExt}; 8use embassy::io::AsyncBufReadExt;
9use embassy::util::Forever; 9use embassy::util::Forever;
10use embassy_std::Executor; 10use embassy_std::Executor;
11use log::*; 11use log::*;