diff --git a/actix-web/src/http/header/mod.rs b/actix-web/src/http/header/mod.rs index 653c44ce5..e0e25049d 100644 --- a/actix-web/src/http/header/mod.rs +++ b/actix-web/src/http/header/mod.rs @@ -14,7 +14,7 @@ use std::fmt; // - the few typed headers from actix-http // - header parsing utils pub use actix_http::header::*; -pub use actix_http::Uri; +use actix_http::Uri; use bytes::{Bytes, BytesMut}; mod accept;