Skip to content

Commit dc814ab

Browse files
committed
Remove type alias (only to get a CI run)
1 parent 1174953 commit dc814ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,6 @@ extern crate alloc;
467467

468468
mod time_delta;
469469
pub use time_delta::TimeDelta;
470-
/// Alias of [`TimeDelta`]
471-
pub type Duration = TimeDelta;
472470
#[cfg(feature = "std")]
473471
#[doc(no_inline)]
474472
pub use time_delta::OutOfRangeError;

0 commit comments

Comments
 (0)