We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa19d97 commit 3611701Copy full SHA for 3611701
src/lib.rs
@@ -74,5 +74,6 @@ pub use wrappers::fetch;
74
#[cfg(feature = "yield_now")]
75
pub use yield_::yield_now;
76
77
-// TODO 3: Reexport the client so including reqwest directly is not necessary
+pub use reqwest::Client; // Exported to make it easier to reuse and maintain semver
78
+
79
// TODO 3: Check output of docs
0 commit comments