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