docs: inline core::ffi::c_str
types to core::ffi
This commit is contained in:
parent
40b0026a2f
commit
fc8a541eaa
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
Add a link
Reference in a new issue