Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up icu_datetime/experimental #4096

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

robertbastian
Copy link
Member

Fill in doc comments Cargo feature boilerplate and reduce the number of #[cfg(feature = "experimental")] gates.

@@ -210,26 +203,36 @@ impl<C: CldrCalendar> TypedZonedDateTimeFormatter<C> {
/// Constructor that takes a selected locale and a list of [`DateTimeFormatterOptions`].
/// It collects all data necessary to format zoned datetime values into the given locale.
///
/// ✨ *Enabled with the `compiled_data` Cargo feature.*
/// ✨ *Enabled with the `compiled_data` and `experimental` Cargo features.*
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks messy because I changed the order, putting the non-experimental constructors first. this line is the only other change

@robertbastian robertbastian marked this pull request as ready for review September 26, 2023 13:46
@robertbastian robertbastian requested review from sffc and removed request for zbraniecki, gregtatum and nordzilla September 26, 2023 13:46
@robertbastian robertbastian merged commit ad3d574 into unicode-org:main Oct 2, 2023
26 checks passed
@robertbastian robertbastian deleted the dt-exp branch October 2, 2023 06:14
robertbastian added a commit that referenced this pull request Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants