|
| 1 | +#![allow(rustdoc::invalid_html_tags)] |
1 | 2 | //! # Async version of the Rust standard library
|
2 | 3 | //!
|
3 | 4 | //! `async-std` is a foundation of portable Rust software, a set of minimal and battle-tested
|
|
191 | 192 | //! <span
|
192 | 193 | //! class="module-item stab portability"
|
193 | 194 | //! style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"
|
194 | | -//! ><code>unstable</code></span> |
| 195 | +//! ><code>unstable</code></span> |
195 | 196 | //! are available only when the `unstable` Cargo feature is enabled:
|
196 | 197 | //!
|
197 | 198 | //! ```toml
|
|
204 | 205 | //! <span
|
205 | 206 | //! class="module-item stab portability"
|
206 | 207 | //! style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"
|
207 | | -//! ><code>attributes</code></span> |
| 208 | +//! ><code>attributes</code></span> |
208 | 209 | //! are available only when the `attributes` Cargo feature is enabled:
|
209 | 210 | //!
|
210 | 211 | //! ```toml
|
|
0 commit comments