We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baf19f commit 88b6bacCopy full SHA for 88b6bac
library/alloc/src/ffi/mod.rs
@@ -80,7 +80,7 @@
80
81
#![stable(feature = "alloc_ffi", since = "1.64.0")]
82
83
-#[doc(no_inline)]
+#[doc(inline)]
84
#[stable(feature = "alloc_c_string", since = "1.64.0")]
85
pub use self::c_str::{FromVecWithNulError, IntoStringError, NulError};
86
library/core/src/ffi/mod.rs
@@ -22,7 +22,7 @@ pub use self::c_str::FromBytesWithNulError;
22
#[stable(feature = "cstr_from_bytes_until_nul", since = "1.69.0")]
23
pub use self::c_str::FromBytesUntilNulError;
24
25
-#[doc(inline)]
+#[doc(no_inline)]
26
#[stable(feature = "core_c_str", since = "1.64.0")]
27
pub use self::c_str::CStr;
28
0 commit comments