added documentation comment for a stable version of wasm-bindgen-futures

This commit is contained in:
ibaryshnikov 2019-06-28 11:14:14 +03:00
parent 6ab1a49a41
commit cbaa1d302a
2 changed files with 6 additions and 4 deletions

View File

@ -119,9 +119,11 @@ cfg_if! {
/// Contains a Futures 0.3 implementation of this crate.
pub mod futures_0_3;
/// Contains stable version of the crate
pub mod stable;
pub use stable::*;
} else {
/// Contains stable version of the crate
pub mod stable;
pub use stable::*;
}

View File

@ -1,7 +1,7 @@
/*
* The polyfill was kindly borrowed from https://github.com/tc39/proposal-atomics-wait-async
* and ported to Rust
*/
//!
//! The polyfill was kindly borrowed from https://github.com/tc39/proposal-atomics-wait-async
//! and ported to Rust
//!
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this