mirror of https://github.com/fafhrd91/actix-web
fix dev module
This commit is contained in:
parent
bb3a06fe02
commit
6a1c681d68
|
@ -26,7 +26,7 @@ pub use actix_service::{
|
|||
};
|
||||
|
||||
use crate::http::header::ContentEncoding;
|
||||
use actix_http::{Response, ResponseBuilder};
|
||||
use actix_http::ResponseBuilder;
|
||||
|
||||
use actix_router::Patterns;
|
||||
|
||||
|
|
Loading…
Reference in New Issue