Skip to content

Commit d1d2f32

Browse files
docs(headers): no_inline doc on HeaderMap (#2525)
1 parent 4e9a006 commit d1d2f32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ extern crate tracing;
6969
#[cfg(all(test, feature = "nightly"))]
7070
extern crate test;
7171

72-
pub use http::{header, HeaderMap, Method, Request, Response, StatusCode, Uri, Version};
72+
pub use crate::http::{header, Method, Request, Response, StatusCode, Uri, Version};
73+
74+
#[doc(no_inline)]
75+
pub use crate::http::HeaderMap;
7376

7477
pub use crate::body::Body;
7578
pub use crate::error::{Error, Result};

0 commit comments

Comments
 (0)