Skip to content

Commit c537ff9

Browse files
committed
use more
1 parent 949b2a8 commit c537ff9

File tree

1 file changed

+4
-2
lines changed
  • components/timezone/src/provider

1 file changed

+4
-2
lines changed

components/timezone/src/provider/names.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ pub const NON_REGION_CITY_PREFIX: u8 = b'_';
4141
#[icu_provider::data_struct(marker(
4242
IanaToBcp47MapV3Marker,
4343
"time_zone/iana_to_bcp47@3",
44-
singleton
44+
singleton,
45+
has_checksum
4546
))]
4647
#[cfg_attr(feature = "datagen", derive(serde::Serialize, databake::Bake))]
4748
#[cfg_attr(feature = "datagen", databake(path = icu_timezone::provider::names))]
@@ -81,7 +82,8 @@ pub struct IanaToBcp47MapV3<'data> {
8182
#[icu_provider::data_struct(marker(
8283
Bcp47ToIanaMapV1Marker,
8384
"time_zone/bcp47_to_iana@1",
84-
singleton
85+
singleton,
86+
has_checksum
8587
))]
8688
#[cfg_attr(feature = "datagen", derive(serde::Serialize, databake::Bake))]
8789
#[cfg_attr(feature = "datagen", databake(path = icu_timezone::provider::names))]

0 commit comments

Comments
 (0)