We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c08e750 + 11ad6ff commit fecea25Copy full SHA for fecea25
library/alloc/src/ffi/mod.rs
@@ -83,7 +83,7 @@
83
#[doc(inline)]
84
#[stable(feature = "alloc_c_string", since = "1.64.0")]
85
pub use self::c_str::CString;
86
-#[doc(no_inline)]
+#[doc(inline)]
87
88
pub use self::c_str::{FromVecWithNulError, IntoStringError, NulError};
89
0 commit comments