Skip to content

Commit 283a54a

Browse files
authored
Update src/lib.rs
1 parent 3719484 commit 283a54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
//! ```
223223
//!
224224
//! And to use async-std on `no_std` targets that only support `alloc` only
225-
//! enable the `core` Cargo feature:
225+
//! enable the `alloc` Cargo feature:
226226
//!
227227
//! ```toml
228228
//! [dependencies.async-std]

0 commit comments

Comments
 (0)