docs: inline core::ffi::c_str
types to core::ffi
(cherry picked from commit fc8a541eaa4b6555d948c382b75677b0e17040fa)
This commit is contained in:
parent
6cc24819e5
commit
0605512ead
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@
|
|||
#[doc(inline)]
|
||||
#[stable(feature = "core_c_str", since = "1.64.0")]
|
||||
pub use self::c_str::CStr;
|
||||
#[doc(no_inline)]
|
||||
#[doc(inline)]
|
||||
#[stable(feature = "cstr_from_bytes_until_nul", since = "1.69.0")]
|
||||
pub use self::c_str::FromBytesUntilNulError;
|
||||
#[doc(no_inline)]
|
||||
#[doc(inline)]
|
||||
#[stable(feature = "core_c_str", since = "1.64.0")]
|
||||
pub use self::c_str::FromBytesWithNulError;
|
||||
use crate::fmt;
|
||||
|
|
Loading…
Add table
Reference in a new issue