docs: inline alloc::ffi::c_str
types to alloc::ffi
(cherry picked from commit 11ad6ff3cb3cb3da0040541877c716ddc38ec388)
This commit is contained in:
parent
0605512ead
commit
f72c836093
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue