Skip to content

Commit 906f8db

Browse files
committed
docs(lib): do not inline http rexports
1 parent 720d2db commit 906f8db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,8 @@ pub use http;
9696
#[cfg(all(test, feature = "nightly"))]
9797
extern crate test;
9898

99-
pub use crate::http::{header, Method, Request, Response, StatusCode, Uri, Version};
100-
10199
#[doc(no_inline)]
102-
pub use crate::http::HeaderMap;
100+
pub use http::{header, HeaderMap, Method, Request, Response, StatusCode, Uri, Version};
103101

104102
pub use crate::error::{Error, Result};
105103

0 commit comments

Comments
 (0)