Open sffc opened 1 day ago
#[non_exhaustive]
pub struct ListFormatterPreferences {
pub locale_prefs: LocalePreferences,
}
ListFormatterPreferences
should be private, right?Conclusion:
locale_prefs
field of preferences bags private.LGTM: @sffc @zbraniecki @robertbastian
LocalePreferences
landed in #5729. Two things I want to decide about it before it gets shipped:PreferencesLocale
is a better name, but would also be happy with naming it "what it is" such asLanguageIdentifierWithRegionExtensions
, for example.@zbraniecki @robertbastian