Skip to content

Commit 22d86e4

Browse files
Zalathargitbot
authored and
gitbot
committed
Rollup merge of rust-lang#134851 - lukas-code:alloc-ffi, r=tgross35
docs: inline `alloc::ffi::c_str` types to `alloc::ffi` like rust-lang#134791 but for `alloc` r? ``@tgross35`` ``@notriddle``
2 parents af8229d + fc51735 commit 22d86e4

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)