Hide re-export of LocalResult in docs

This commit is contained in:
Paul Dicker 2024-03-27 07:32:29 +01:00 committed by Paul Dicker
parent 9e22e48d15
commit 6857d00070

View File

@ -573,9 +573,11 @@ pub mod offset;
#[cfg(feature = "clock")]
#[doc(inline)]
pub use offset::Local;
#[doc(hidden)]
pub use offset::LocalResult;
pub use offset::MappedLocalTime;
#[doc(inline)]
pub use offset::{FixedOffset, Offset, TimeZone, Utc};
pub use offset::{LocalResult, MappedLocalTime};
pub mod round;
pub use round::{DurationRound, RoundingError, SubsecRound};