Skip to content

Commit

Permalink
Merge pull request #269 from Fishrock123/live-http-types-docs
Browse files Browse the repository at this point in the history
docs: do not inline docs from deps that drift
  • Loading branch information
Fishrock123 authored Nov 25, 2020
2 parents c01f429 + 431d70c commit 17d91d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ mod response;
pub mod middleware;
pub mod utils;

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

#[doc(inline)]
pub use http_client::HttpClient;

pub use client::Client;
Expand Down

0 comments on commit 17d91d2

Please sign in to comment.