mirror of https://github.com/fafhrd91/actix-net
fmt
This commit is contained in:
parent
f10a4e739e
commit
ba3eb29cd6
|
@ -6,7 +6,7 @@ use std::task::{Context, Poll};
|
|||
use std::time::Duration;
|
||||
|
||||
use actix_rt::time::{sleep_until, Instant, Sleep};
|
||||
use actix_rt::{spawn, Arbiter as Arbiter};
|
||||
use actix_rt::{spawn, Arbiter};
|
||||
use actix_utils::counter::Counter;
|
||||
use futures_core::future::LocalBoxFuture;
|
||||
use log::{error, info, trace};
|
||||
|
|
Loading…
Reference in New Issue