Skip to content

Commit 6857d00

Browse files
committed
Hide re-export of LocalResult in docs
1 parent 9e22e48 commit 6857d00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -573,9 +573,11 @@ pub mod offset;
573573
#[cfg(feature = "clock")]
574574
#[doc(inline)]
575575
pub use offset::Local;
576+
#[doc(hidden)]
577+
pub use offset::LocalResult;
578+
pub use offset::MappedLocalTime;
576579
#[doc(inline)]
577580
pub use offset::{FixedOffset, Offset, TimeZone, Utc};
578-
pub use offset::{LocalResult, MappedLocalTime};
579581

580582
pub mod round;
581583
pub use round::{DurationRound, RoundingError, SubsecRound};

0 commit comments

Comments
 (0)