diff options
Diffstat (limited to 'library/std/src/prelude/v1.rs')
| -rw-r--r-- | library/std/src/prelude/v1.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/std/src/prelude/v1.rs b/library/std/src/prelude/v1.rs index 0226c4d7a25..f7533696df4 100644 --- a/library/std/src/prelude/v1.rs +++ b/library/std/src/prelude/v1.rs @@ -95,3 +95,7 @@ pub use crate::string::{String, ToString}; #[stable(feature = "rust1", since = "1.0.0")] #[doc(no_inline)] pub use crate::vec::Vec; + +#[cfg(bootstrap)] +#[unstable(feature = "cstr_internals", issue = "none")] +pub use alloc::ffi::CStrExt; |
