diff --git a/src/lib.rs b/src/lib.rs index 80a6e3c6af..1ec8d72750 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -575,7 +575,9 @@ pub mod offset; pub use offset::Local; #[doc(inline)] pub use offset::{FixedOffset, Offset, TimeZone, Utc}; -pub use offset::{LocalResult, MappedLocalTime}; +#[doc(hidden)] +pub use offset::LocalResult; +pub use offset::MappedLocalTime; pub mod round; pub use round::{DurationRound, RoundingError, SubsecRound};