Skip to content

Commit

Permalink
Remove type alias (only to get a CI run)
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Feb 2, 2024
1 parent 1174953 commit dc814ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ extern crate alloc;

mod time_delta;
pub use time_delta::TimeDelta;
/// Alias of [`TimeDelta`]
pub type Duration = TimeDelta;
#[cfg(feature = "std")]
#[doc(no_inline)]
pub use time_delta::OutOfRangeError;
Expand Down

0 comments on commit dc814ab

Please sign in to comment.