We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8495ae commit 75cab89Copy full SHA for 75cab89
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "reqwasm"
3
-version = "0.2.0"
+version = "0.2.1"
4
authors = ["Hamza <[email protected]>"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
src/websocket.rs
@@ -7,8 +7,8 @@
7
//! # use wasm_bindgen_futures::spawn_local;
8
//! # use futures::{SinkExt, StreamExt};
9
//! # macro_rules! console_log {
10
-//! ($($expr:expr),*) => {{}};
11
-//! }
+//! # ($($expr:expr),*) => {{}};
+//! # }
12
//! # fn no_run() {
13
//! let ws = WebSocket::open("wss://echo.websocket.org").unwrap();
14
//!
0 commit comments