Skip to content

Commit f72c836

Browse files
Lukas Markeffskycuviper
Lukas Markeffsky
authored andcommitted
docs: inline alloc::ffi::c_str types to alloc::ffi
(cherry picked from commit 11ad6ff)
1 parent 0605512 commit f72c836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/ffi/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
#[doc(inline)]
8484
#[stable(feature = "alloc_c_string", since = "1.64.0")]
8585
pub use self::c_str::CString;
86-
#[doc(no_inline)]
86+
#[doc(inline)]
8787
#[stable(feature = "alloc_c_string", since = "1.64.0")]
8888
pub use self::c_str::{FromVecWithNulError, IntoStringError, NulError};
8989

0 commit comments

Comments
 (0)