mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-01 15:03:14 +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")]
|
#[cfg(feature = "clock")]
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use offset::Local;
|
pub use offset::Local;
|
||||||
|
#[doc(hidden)]
|
||||||
|
pub use offset::LocalResult;
|
||||||
|
pub use offset::MappedLocalTime;
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use offset::{FixedOffset, Offset, TimeZone, Utc};
|
pub use offset::{FixedOffset, Offset, TimeZone, Utc};
|
||||||
pub use offset::{LocalResult, MappedLocalTime};
|
|
||||||
|
|
||||||
pub mod round;
|
pub mod round;
|
||||||
pub use round::{DurationRound, RoundingError, SubsecRound};
|
pub use round::{DurationRound, RoundingError, SubsecRound};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user