mirror of
https://github.com/openharmony/third_party_rust_shlex.git
synced 2026-06-30 21:37:55 -04:00
Typo
This commit is contained in:
+1
-1
@@ -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)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user