Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Feb 20, 2025
1 parent 2c83770 commit b512e68
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions tools/make/diplomat-coverage/src/allowlist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,18 +321,15 @@ lazy_static::lazy_static! {
"icu::datetime::options::Length",
"icu::casemap::titlecase::TitlecaseMapper",
"icu::casemap::titlecase::TitlecaseMapperBorrowed",
"icu::datetime::input::Date",
"icu::datetime::input::DateTime",
"icu::datetime::input::Time",
"icu::datetime::input::TimeZone",
"icu::datetime::input::TimeZoneInfo",
"icu::datetime::input::UtcOffset",
"icu::datetime::input::ZonedDateTime",
"icu::time::zone::IanaParser",
"icu::time::zone::WindowsParser",
"icu::time::zone::TimeZoneInfo",
"icu::time::zone::TimeZone",

// Reexported input modules
"icu::datetime::input",
"icu::decimal::input",

// "Internal" trait that should never be called directly
"icu::calendar::Calendar",

Expand Down

0 comments on commit b512e68

Please # to comment.