Update src/lib.rs

Co-Authored-By: nasa <htilcs1115@gmail.com>
split-by-pattern
Yoshua Wuyts 5 years ago committed by GitHub
parent d026c44ea3
commit 3719484eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -228,7 +228,7 @@
//! [dependencies.async-std]
//! version = "1.0.0"
//! default-features = false
//! features = ["core"]
//! features = ["alloc"]
//! ```
#![cfg_attr(not(feature = "std"), no_std)]

Loading…
Cancel
Save