Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Nov 15, 2024
1 parent 1c0321e commit ae2f69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/source/src/decimal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl SourceDataProvider {
}

/// Produce DataIdentifier's for all digit-based numbering systems in the form und/<numsys>
#[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<HashSet<DataIdentifierCow<'static>>, DataError> {
use cldr_serde::numbering_systems::NumberingSystemType;
let resource: &cldr_serde::numbering_systems::Resource = self
Expand Down

0 comments on commit ae2f69b

Please sign in to comment.