Skip to content

Commit

Permalink
Not requiring --use-separate-crates for compiled data (#3847)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian authored Aug 14, 2023
1 parent ab12823 commit 3dee486
Show file tree
Hide file tree
Showing 259 changed files with 29,143 additions and 29,111 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions components/calendar/data/data/macros/datetime_week_data_v1.data.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions components/calendar/data/data/mod.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion components/calendar/src/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ pub struct Baked;

#[cfg(feature = "compiled_data")]
const _: () = {
use crate as icu_calendar;
pub mod icu {
pub use crate as calendar;
pub use icu_locid_transform as locid_transform;
}
icu_calendar_data::impl_calendar_japanese_v1!(Baked);
icu_calendar_data::impl_calendar_japanext_v1!(Baked);
icu_calendar_data::impl_datetime_week_data_v1!(Baked);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions components/casemap/data/data/macros/props_casemap_v1.data.rs

Large diffs are not rendered by default.

Loading

0 comments on commit 3dee486

Please sign in to comment.