We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a91fc0 commit 08e51beCopy full SHA for 08e51be
components/calendar/src/lib.rs
@@ -134,6 +134,8 @@ pub mod cal {
134
pub use crate::persian::Persian;
135
pub use crate::roc::Roc;
136
137
+ pub use crate::any_calendar::AnyCalendar;
138
+
139
/// Scaffolding types: You shouldn't need to use these, they need to be public for the `Calendar` trait impl to work.
140
pub mod scaffold {
141
pub use crate::chinese::ChineseDateInner;
@@ -152,6 +154,8 @@ pub mod cal {
152
154
pub use crate::julian::JulianDateInner;
153
155
pub use crate::persian::PersianDateInner;
156
pub use crate::roc::RocDateInner;
157
158
+ pub use crate::any_calendar::AnyDateInner;
159
}
160
161
0 commit comments