From b512e68d8fa5d34ee745fc31bf862f291df845cb Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 20 Feb 2025 14:59:06 -0800 Subject: [PATCH] coverage --- tools/make/diplomat-coverage/src/allowlist.rs | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tools/make/diplomat-coverage/src/allowlist.rs b/tools/make/diplomat-coverage/src/allowlist.rs index f9e2ee49ddc..38bcb4d9272 100644 --- a/tools/make/diplomat-coverage/src/allowlist.rs +++ b/tools/make/diplomat-coverage/src/allowlist.rs @@ -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",