Fix or remove binary search code in icu_provider_baked #6164
Labels
C-data-infra
Component: provider, datagen, fallback, adapters
T-techdebt
Type: ICU4X code health and tech debt
icu_provider_baked
has two modes internally: a zerotrie mode (used in 2.0-beta) and a binary search mode (used in 1.x).The code for binary search is currently
#[allow(dead_code)]
, and it has drifted stale with changes such as #6133.The text was updated successfully, but these errors were encountered: