Remove unused use-statement

This commit is contained in:
StevenJiang1110 2022-06-30 22:32:00 +08:00 committed by Taiki Endo
parent 6dd9ce4199
commit 9cdcfcbd8c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use {
future::Future,
sync::mpsc::{sync_channel, Receiver, SyncSender},
sync::{Arc, Mutex},
task::{Context, Poll},
task::Context,
time::Duration,
},
// The timer we wrote in the previous section: