Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Aug 7, 2023
1 parent b4cc735 commit 3a55cc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions docs/tutorials/testing/patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[patch.crates-io]
icu_calendar = { path = "../../components/calendar" }
icu_calendar_data = { path = "../../components/calendar/data" }
icu_casemap = { path = "../../components/casemap" }
icu_casemap_data = { path = "../../components/casemap/data" }
icu_collator = { path = "../../components/collator" }
icu_collator_data = { path = "../../components/collator/data" }
icu_collections = { path = "../../components/collections" }
Expand All @@ -30,8 +32,6 @@ icu_segmenter_data = { path = "../../components/segmenter/data" }
icu_timezone = { path = "../../components/timezone" }
icu_timezone_data = { path = "../../components/timezone/data" }
bies = { path = "../../experimental/bies" }
icu_casemap = { path = "../../components/casemap" }
icu_casemap_data = { path = "../../components/casemap/data" }
icu_compactdecimal = { path = "../../experimental/compactdecimal" }
icu_compactdecimal_data = { path = "../../experimental/compactdecimal/data" }
icu_displaynames = { path = "../../experimental/displaynames" }
Expand Down
1 change: 1 addition & 0 deletions provider/datagen/src/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ registry!(
icu_calendar::provider::JapaneseErasV1Marker = "calendar/japanese@1",
icu_calendar::provider::JapaneseExtendedErasV1Marker = "calendar/japanext@1",
icu_calendar::provider::WeekDataV1Marker = "datetime/week_data@1",
#[cfg(any(all(), feature = "icu_casemap"))]
icu_casemap::provider::CaseMapV1Marker = "props/casemap@1",
icu_casemap::provider::CaseMapUnfoldV1Marker = "props/casemap_unfold@1",
#[cfg(any(all(), feature = "icu_collator"))]
Expand Down

0 comments on commit 3a55cc2

Please sign in to comment.