From 414db8b8f935bdb443722a8020cfd8b3c21173ed Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Thu, 13 Jun 2024 07:02:04 -0400 Subject: [PATCH] docs: make comment more clear --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 892d1cd..a2619df 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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