Skip to content

Commit

Permalink
Not inlining docs is the only way to make links work
Browse files Browse the repository at this point in the history
  • Loading branch information
clarfonthey committed Jul 2, 2023
1 parent 3baf19f commit 88b6bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/alloc/src/ffi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

#![stable(feature = "alloc_ffi", since = "1.64.0")]

#[doc(no_inline)]
#[doc(inline)]
#[stable(feature = "alloc_c_string", since = "1.64.0")]
pub use self::c_str::{FromVecWithNulError, IntoStringError, NulError};

Expand Down
2 changes: 1 addition & 1 deletion library/core/src/ffi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub use self::c_str::FromBytesWithNulError;
#[stable(feature = "cstr_from_bytes_until_nul", since = "1.69.0")]
pub use self::c_str::FromBytesUntilNulError;

#[doc(inline)]
#[doc(no_inline)]
#[stable(feature = "core_c_str", since = "1.64.0")]
pub use self::c_str::CStr;

Expand Down

0 comments on commit 88b6bac

Please sign in to comment.