Skip to content

Commit

Permalink
Unrolled build for rust-lang#134851
Browse files Browse the repository at this point in the history
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``
  • Loading branch information
rust-timer authored Dec 29, 2024
2 parents e7738af + 11ad6ff commit 2d06795
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 2d06795

Please sign in to comment.