Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit cb3831e
Author: Kartavya Vashishtha <[email protected]>
Date:   Wed Jun 5 17:35:44 2024 -0400

    fix: export Duration once

commit dc7ac1f
Author: Kartavya Vashishtha <[email protected]>
Date:   Wed Jun 5 10:09:23 2024 -0400

    fmt: duration.rs: remove extra line

commit 2e6703b
Author: Kartavya Vashishtha <[email protected]>
Date:   Tue Jun 4 19:56:34 2024 -0400

    tidy(duration)

commit aa2a5f3
Author: Kartavya Vashishtha <[email protected]>
Date:   Tue Jun 4 12:57:46 2024 -0400

    fix: remove accidentally committed testdata

commit c86db97
Author: Kartavya Vashishtha <[email protected]>
Date:   Mon Jun 3 21:50:12 2024 -0400

    docs(duration): add outer module documentation for duration.rs
  • Loading branch information
kartva committed Jun 5, 2024
1 parent c8889ca commit 04cf71e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/experimental/src/duration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
#![warn(missing_docs)]

pub mod duration;
mod duration;
pub mod options;

pub use duration::{Duration, DurationSign};

0 comments on commit 04cf71e

Please sign in to comment.