fix dev module

This commit is contained in:
Rob Ede 2021-09-03 17:40:10 +01:00
parent bb3a06fe02
commit 6a1c681d68
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 1 additions and 1 deletions

View File

@ -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;