cargo fmt

This commit is contained in:
Zhixing Zhang 2022-03-06 00:06:26 -08:00
parent 176c6605d9
commit 501cfc2d48
No known key found for this signature in database
GPG Key ID: A9B39B854E6A107F
1 changed files with 1 additions and 1 deletions

View File

@ -92,9 +92,9 @@ use std::task::{Context, Poll};
use std::thread;
use std::time::Duration;
pub use async_task::Task;
use async_channel::{bounded, Receiver};
use async_task::Runnable;
pub use async_task::Task;
use atomic_waker::AtomicWaker;
use futures_lite::{future, prelude::*, ready};
use once_cell::sync::Lazy;