mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-29 22:11:59 +00:00
Hide re-export of LocalResult
in docs
This commit is contained in:
parent
9e22e48d15
commit
6857d00070
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user