Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Feb 9, 2025
1 parent 3a32569 commit 97071c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/experimental/tests/transliterate/lower_ascii.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fn test_lower_ascii() {
&"und-t-und-x0-lowascii".parse().unwrap(),
|locale| {
if locale.normalizing_eq("und-t-und-x0-lower") {
Some(Ok(Box::new(LowercaseTransliterator(CaseMapper::new()))))
Some(Ok(Box::new(LowercaseTransliterator(CaseMapperBorrowed::new()))))
} else {
None
}
Expand Down
1 change: 1 addition & 0 deletions tools/make/diplomat-coverage/src/allowlist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ lazy_static::lazy_static! {
"icu::calendar::any_calendar::AnyCalendarKind",
"icu::datetime::options::Length",
"icu::casemap::titlecase::TitlecaseMapper",
"icu::casemap::titlecase::TitlecaseMapperBorrowed",
"icu::timezone::types::Time",
"icu::timezone::types::DateTime",
"icu::timezone::types::UtcOffset",
Expand Down

0 comments on commit 97071c0

Please sign in to comment.