Skip to content

Commit

Permalink
casemap
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Jun 20, 2023
1 parent 85e1f8d commit 4aca30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/casemapping/src/provider/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const _: () = {
/// including in SemVer minor releases. While the serde representation of data structs is guaranteed
/// to be stable, their Rust representation might not be. Use with caution.
/// </div>
#[icu_provider::data_struct(CaseMappingV1Marker = "props/casemap@1")]
#[icu_provider::data_struct(marker(CaseMappingV1Marker, "props/casemap@1", singleton))]
#[derive(Debug, PartialEq, Clone)]
#[cfg_attr(
feature = "datagen",
Expand Down

0 comments on commit 4aca30c

Please sign in to comment.