mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-20 11:05:37 +02:00
convert to edition 2018
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use futures::{Async, Future, Poll};
|
||||
use futures::{try_ready, Async, Future, Poll};
|
||||
|
||||
use super::counter::{Counter, CounterGuard};
|
||||
use super::service::{IntoNewService, IntoService, NewService, Service};
|
||||
|
Reference in New Issue
Block a user