Skip to content

Commit 8cf7993

Browse files
committed
chore: ignore doctest on wasm
Wasn't run on older version of rust but now gets run in 1.89.0
1 parent d2c3afa commit 8cf7993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub use wasm::*;
1717
/// Wraps the call to [fetch] with the surrounding boilerplate.
1818
///
1919
/// # Example
20-
/// ```rust
20+
/// ```rust,ignore-wasm32
2121
/// # use reqwest_cross::fetch_plus;
2222
/// #
2323
/// # #[tokio::main(flavor = "current_thread")]

0 commit comments

Comments
 (0)