File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,11 @@ cfg_if! {
119
119
/// Contains a Futures 0.3 implementation of this crate.
120
120
pub mod futures_0_3;
121
121
122
+ /// Contains stable version of the crate
122
123
pub mod stable;
123
124
pub use stable:: * ;
124
125
} else {
126
+ /// Contains stable version of the crate
125
127
pub mod stable;
126
128
pub use stable:: * ;
127
129
}
Original file line number Diff line number Diff line change 1
- /*
2
- * The polyfill was kindly borrowed from https://github.com/tc39/proposal-atomics-wait-async
3
- * and ported to Rust
4
- */
1
+ //!
2
+ //! The polyfill was kindly borrowed from https://github.com/tc39/proposal-atomics-wait-async
3
+ //! and ported to Rust
4
+ //!
5
5
6
6
/* This Source Code Form is subject to the terms of the Mozilla Public
7
7
* License, v. 2.0. If a copy of the MPL was not distributed with this
You can’t perform that action at this time.
0 commit comments