Skip to content

Commit

Permalink
docs: make comment more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Jun 13, 2024
1 parent 3611701 commit 414db8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ mod wrappers;
mod yield_;

pub use wrappers::fetch;

#[cfg(feature = "yield_now")]
pub use yield_::yield_now;

pub use reqwest::Client; // Exported to make it easier to reuse and maintain semver
pub use reqwest::Client; // Exported to make it easier to use without a second import and maintain semver

// TODO 3: Check output of docs

0 comments on commit 414db8b

Please sign in to comment.