Skip to content

Commit f96a21f

Browse files
committed
make Uri in http::header private
1 parent b66866d commit f96a21f

File tree

1 file changed

+1
-1
lines changed
  • actix-web/src/http/header

1 file changed

+1
-1
lines changed

actix-web/src/http/header/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use std::fmt;
1414
// - the few typed headers from actix-http
1515
// - header parsing utils
1616
pub use actix_http::header::*;
17-
pub use actix_http::Uri;
17+
use actix_http::Uri;
1818
use bytes::{Bytes, BytesMut};
1919

2020
mod accept;

0 commit comments

Comments
 (0)