Make serde_core::Result private

This commit is contained in:
David Tolnay
2025-09-13 12:24:26 -07:00
parent 5ac3d84d99
commit a9150aad74
3 changed files with 3 additions and 3 deletions
-2
View File
@@ -221,8 +221,6 @@ macro_rules! tri {
#[macro_use]
mod macros;
#[doc(hidden)]
pub use crate::lib::result::Result;
#[macro_use]
mod integer128;