Skip to content

Commit da93488

Browse files
committed
docs: do not inline docs from deps that drift
Inlining these docs causes them to be perpetually out-of-date, since Docs.rs only builds on the actual containing crate publish.
1 parent 9146533 commit da93488

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ pub use response_builder::ResponseBuilder;
9494
pub use route::Route;
9595
pub use server::Server;
9696

97-
#[doc(inline)]
9897
pub use http_types::{self as http, Body, Error, Status, StatusCode};
9998

10099
/// Create a new Tide server.

0 commit comments

Comments
 (0)