We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c3afa commit 8cf7993Copy full SHA for 8cf7993
1 file changed
src/platform.rs
@@ -17,7 +17,7 @@ pub use wasm::*;
17
/// Wraps the call to [fetch] with the surrounding boilerplate.
18
///
19
/// # Example
20
-/// ```rust
+/// ```rust,ignore-wasm32
21
/// # use reqwest_cross::fetch_plus;
22
/// #
23
/// # #[tokio::main(flavor = "current_thread")]
0 commit comments