Skip to content

Commit 9a934c1

Browse files
Lukas Markeffskygitbot
Lukas Markeffsky
authored and
gitbot
committed
docs: inline alloc::ffi::c_str types to alloc::ffi
1 parent a6b3f09 commit 9a934c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)