Move doc helper macros to serde_core

This commit is contained in:
David Tolnay
2025-09-13 13:42:19 -07:00
parent a1a82c3c55
commit 6bea2e04e4
6 changed files with 24 additions and 26 deletions
+4
View File
@@ -2,6 +2,10 @@
mod content;
mod seed;
// FIXME: #[cfg(doctest)] once https://github.com/rust-lang/rust/issues/67295 is fixed.
#[doc(hidden)]
pub mod doc;
#[doc(hidden)]
pub mod size_hint;