Skip to content

Commit

Permalink
Hide re-export of LocalResult in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Mar 27, 2024
1 parent 9e22e48 commit 6857d00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 6857d00

Please sign in to comment.