We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42a372f + 11ad6ff commit 8f4bf86Copy full SHA for 8f4bf86
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