Skip to content

Commit

Permalink
fix allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Sep 6, 2024
1 parent 43a4175 commit 5693d75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/make/diplomat-coverage/src/allowlist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ lazy_static::lazy_static! {
// Largely for use by datetimeformat, not generally useful
"icu::calendar::AnyCalendar::convert_any_date",
"icu::calendar::AnyCalendar::convert_any_datetime",
"icu::calendar::Date::formattable_year",

// Individual calendars: Currently the main entry point is AnyCalendar
// We have chosen to not do individual calendars (except Iso) over FFI
Expand Down Expand Up @@ -179,6 +180,8 @@ lazy_static::lazy_static! {
// useful information to clients.
"icu::calendar::types::FormattableMonth",
"icu::calendar::types::FormattableYear",
"icu::calendar::types::FormattableYearKind",
"icu::calendar::types::YearInfo",
"icu::calendar::types::DayOfYearInfo",

// Punted post 1.0: not strongly needed yet and don't want to lock in a solution
Expand Down

0 comments on commit 5693d75

Please sign in to comment.