Skip to content

Commit

Permalink
Rollup merge of rust-lang#134851 - lukas-code:alloc-ffi, r=tgross35
Browse files Browse the repository at this point in the history
docs: inline `alloc::ffi::c_str` types to `alloc::ffi`

like rust-lang#134791 but for `alloc`

r? `@tgross35` `@notriddle`
  • Loading branch information
Zalathar authored Dec 29, 2024
2 parents c08e750 + 11ad6ff commit fecea25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/ffi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
#[doc(inline)]
#[stable(feature = "alloc_c_string", since = "1.64.0")]
pub use self::c_str::CString;
#[doc(no_inline)]
#[doc(inline)]
#[stable(feature = "alloc_c_string", since = "1.64.0")]
pub use self::c_str::{FromVecWithNulError, IntoStringError, NulError};

Expand Down

0 comments on commit fecea25

Please sign in to comment.