Skip to content

Commit

Permalink
docs: inline core::ffi::c_str types to core::ffi
Browse files Browse the repository at this point in the history
(cherry picked from commit fc8a541)
  • Loading branch information
notriddle authored and cuviper committed Jan 2, 2025
1 parent 6cc2481 commit 0605512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/core/src/ffi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#[doc(inline)]
#[stable(feature = "core_c_str", since = "1.64.0")]
pub use self::c_str::CStr;
#[doc(no_inline)]
#[doc(inline)]
#[stable(feature = "cstr_from_bytes_until_nul", since = "1.69.0")]
pub use self::c_str::FromBytesUntilNulError;
#[doc(no_inline)]
#[doc(inline)]
#[stable(feature = "core_c_str", since = "1.64.0")]
pub use self::c_str::FromBytesWithNulError;
use crate::fmt;
Expand Down

0 comments on commit 0605512

Please sign in to comment.