Skip to content

Commit

Permalink
docs: inline alloc::ffi::c_str types to alloc::ffi
Browse files Browse the repository at this point in the history
(cherry picked from commit 11ad6ff)
  • Loading branch information
Lukas Markeffsky authored and cuviper committed Jan 2, 2025
1 parent 0605512 commit f72c836
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 f72c836

Please sign in to comment.