Skip to content

Commit

Permalink
Move DateRolling enum to its own module
Browse files Browse the repository at this point in the history
The DateRolling enum, formerly included in the business_day_convention module, has been moved to its own separate module. This change aims to improve modularity and code organization, as well as make the enum more discoverable and accessible to other parts of the codebase.
  • Loading branch information
nakashima-hikaru committed Jun 20, 2024
1 parent 9fe8af1 commit d6d8cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions crates/qlab-time/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub mod business_day_convention;
pub mod date_rolling;
// mod calendar;
mod calendar;
pub mod calendar;
pub mod date;
pub mod day_count;
pub mod frequency;
Expand Down

0 comments on commit d6d8cd3

Please sign in to comment.