We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
core::ffi::c_str
core::ffi
1 parent 40b0026 commit fc8a541Copy full SHA for fc8a541
library/core/src/ffi/mod.rs
@@ -12,10 +12,10 @@
12
#[doc(inline)]
13
#[stable(feature = "core_c_str", since = "1.64.0")]
14
pub use self::c_str::CStr;
15
-#[doc(no_inline)]
+#[doc(inline)]
16
#[stable(feature = "cstr_from_bytes_until_nul", since = "1.69.0")]
17
pub use self::c_str::FromBytesUntilNulError;
18
19
20
pub use self::c_str::FromBytesWithNulError;
21
use crate::fmt;
0 commit comments