mirror of
https://github.com/actix/actix-web.git
synced 2024-11-23 01:51:11 +00:00
fmt
This commit is contained in:
parent
007a145988
commit
36aee18c64
1 changed files with 1 additions and 1 deletions
|
@ -3,8 +3,8 @@ use std::rc::Rc;
|
|||
use std::task::{Context, Poll};
|
||||
|
||||
use actix_service::{Service, Transform};
|
||||
use futures_util::future::{ok, FutureExt, LocalBoxFuture, Ready};
|
||||
use ahash::AHashMap;
|
||||
use futures_util::future::{ok, FutureExt, LocalBoxFuture, Ready};
|
||||
|
||||
use crate::dev::{ServiceRequest, ServiceResponse};
|
||||
use crate::error::{Error, Result};
|
||||
|
|
Loading…
Reference in a new issue