We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66866d commit f96a21fCopy full SHA for f96a21f
actix-web/src/http/header/mod.rs
@@ -14,7 +14,7 @@ use std::fmt;
14
// - the few typed headers from actix-http
15
// - header parsing utils
16
pub use actix_http::header::*;
17
-pub use actix_http::Uri;
+use actix_http::Uri;
18
use bytes::{Bytes, BytesMut};
19
20
mod accept;
0 commit comments