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 fc5f4ab commit 4c84e2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,12 +461,10 @@
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;
pub use time_delta::TimeDelta;

use core::fmt;

Expand Down

0 comments on commit 4c84e2d

Please sign in to comment.