Skip to content

Commit

Permalink
make Uri in http::header private
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Aug 19, 2024
1 parent b66866d commit f96a21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actix-web/src/http/header/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f96a21f

Please sign in to comment.