Skip to content

Commit

Permalink
Expose CompactDecimalFormatterPreferences in the compactdecimal module (
Browse files Browse the repository at this point in the history
#5877)

<!--
Thank you for your pull request to ICU4X!

Reminder: try to use [Conventional
Comments](https://conventionalcomments.org/) to make comments clearer.

Please see
https://github.com/unicode-org/icu4x/blob/main/CONTRIBUTING.md for
general
information on contributing to ICU4X.
-->
  • Loading branch information
younies authored Dec 2, 2024
1 parent 7a7a89e commit 580dec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/experimental/src/compactdecimal/formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ define_preferences!(
[Copy]
CompactDecimalFormatterPreferences,
{
/// The numbering system used for formatting.
numbering_system: NumberingSystem
}
);
Expand Down
1 change: 1 addition & 0 deletions components/experimental/src/compactdecimal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ pub mod provider;

pub use error::ExponentError;
pub use formatter::CompactDecimalFormatter;
pub use formatter::CompactDecimalFormatterPreferences;
pub use options::CompactDecimalFormatterOptions;

0 comments on commit 580dec0

Please sign in to comment.