diff options
Diffstat (limited to 'futures/src/executor/wasm_bindgen.rs')
-rw-r--r-- | futures/src/executor/wasm_bindgen.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/futures/src/executor/wasm_bindgen.rs b/futures/src/executor/wasm_bindgen.rs index 2a12a1c0..69b7c7e2 100644 --- a/futures/src/executor/wasm_bindgen.rs +++ b/futures/src/executor/wasm_bindgen.rs @@ -1,6 +1,6 @@ use crate::Executor; -/// A type representing a `wasm-bindgen-futures` runtime. +/// A `wasm-bindgen-futures` runtime. #[derive(Debug)] pub struct WasmBindgen; |