File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
//! <span
33
33
//! class="module-item stab portability"
34
34
//! style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"
35
- //! ><code>unstable </code></span> or
35
+ //! ><code>bin </code></span> or
36
36
//! <span
37
37
//! class="module-item stab portability"
38
38
//! style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"
39
- //! ><code>bin </code></span>
39
+ //! ><code>unstable </code></span>
40
40
//! are available only when the corresponding Cargo features are enabled:
41
41
//!
42
42
//! ```toml
43
43
//! [dependencies.async-std]
44
44
//! version = "0.99"
45
- //! features = ["unstable ", "bin "]
45
+ //! features = ["bin ", "unstable "]
46
46
//! ```
47
47
48
48
#![ cfg( feature = "default" ) ]
You can’t perform that action at this time.
0 commit comments