mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
docs: inline alloc::ffi::c_str types to alloc::ffi
(cherry picked from commit 11ad6ff3cb)
This commit is contained in:
committed by
Josh Stone
parent
0605512ead
commit
f72c836093
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user