docs: inline alloc::ffi::c_str types to alloc::ffi

(cherry picked from commit 11ad6ff3cb3cb3da0040541877c716ddc38ec388)
This commit is contained in:
Lukas Markeffsky 2024-12-28 15:42:39 +01:00 committed by Josh Stone
parent 0605512ead
commit f72c836093

View file

@ -83,7 +83,7 @@
#[doc(inline)]
#[stable(feature = "alloc_c_string", since = "1.64.0")]
pub use self::c_str::CString;
#[doc(no_inline)]
#[doc(inline)]
#[stable(feature = "alloc_c_string", since = "1.64.0")]
pub use self::c_str::{FromVecWithNulError, IntoStringError, NulError};