Skip to content

Commit 8e742d8

Browse files
authored
Mark deprecated functions #[doc(hidden)] (#1806)
1 parent da32cf6 commit 8e742d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5428,7 +5428,7 @@ mod alloc_support {
54285428

54295429
#[cfg(feature = "alloc")]
54305430
#[cfg(zerocopy_panic_in_const_and_vec_try_reserve)]
5431-
#[doc(inline)]
5431+
#[doc(hidden)]
54325432
pub use alloc_support::*;
54335433

54345434
#[cfg(test)]

0 commit comments

Comments
 (0)