This commit is contained in:
Fenhl
2021-08-27 20:51:37 +00:00
committed by GitHub
parent b055a799a2
commit ef89a99d23
+1 -1
View File
@@ -16,7 +16,7 @@
//! directly as a micro-optimization.
//!
//! Disabling the `std` feature (which is enabled by default) will allow the crate to work in
//! `no_std` environments, where a the `alloc` crate, and a global allocator, are available.
//! `no_std` environments, where the `alloc` crate, and a global allocator, are available.
#![cfg_attr(not(feature = "std"), no_std)]