diff --git a/provider/source/src/decimal/mod.rs b/provider/source/src/decimal/mod.rs index d76f5859698..2dcb0a3aaaa 100644 --- a/provider/source/src/decimal/mod.rs +++ b/provider/source/src/decimal/mod.rs @@ -122,7 +122,7 @@ impl SourceDataProvider { } /// Produce DataIdentifier's for all digit-based numbering systems in the form und/ - #[allow(unused)] // TODO configurable + #[allow(unused)] // TODO we should support using this, https://github.com/unicode-org/icu4x/issues/5824 fn iter_all_number_ids(&self) -> Result>, DataError> { use cldr_serde::numbering_systems::NumberingSystemType; let resource: &cldr_serde::numbering_systems::Resource = self