Skip to content

Commit 08e51be

Browse files
committed
Reexport any_calendar
1 parent 0a91fc0 commit 08e51be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/calendar/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ pub mod cal {
134134
pub use crate::persian::Persian;
135135
pub use crate::roc::Roc;
136136

137+
pub use crate::any_calendar::AnyCalendar;
138+
137139
/// Scaffolding types: You shouldn't need to use these, they need to be public for the `Calendar` trait impl to work.
138140
pub mod scaffold {
139141
pub use crate::chinese::ChineseDateInner;
@@ -152,6 +154,8 @@ pub mod cal {
152154
pub use crate::julian::JulianDateInner;
153155
pub use crate::persian::PersianDateInner;
154156
pub use crate::roc::RocDateInner;
157+
158+
pub use crate::any_calendar::AnyDateInner;
155159
}
156160
}
157161

0 commit comments

Comments
 (0)