-
Notifications
You must be signed in to change notification settings - Fork 177
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
More DateTime renames #5838
More DateTime renames #5838
Conversation
🎉 All dependencies have been resolved ! |
a43f745
to
860c55f
Compare
faee142
to
a230ac9
Compare
I think this is reviewable commit by commit if you prefer |
@Manishearth Please verify that you are reasonably happy with the |
/// | ||
/// // To make the error occur sooner, one can use an EmptyDataProvider: | ||
/// let empty = EmptyDataProvider::new(); | ||
/// assert!(matches!( | ||
/// names.load_for_pattern(&empty, &pattern), | ||
/// Err(PatternLoadError::Data(_, Field { symbol: FieldSymbol::Weekday(_), .. })), | ||
/// )); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Highlighting the new doc example here, the one that resolves #5840
@@ -13,14 +13,14 @@ size_test!(DateTimePattern, date_time_pattern_size, 32); | |||
|
|||
/// A pattern for formatting a datetime in a calendar. | |||
/// | |||
/// [`DateTimePattern`] forgoes most internationalization functionality of the datetime crate. | |||
/// ❗ This type forgoes most internationalization functionality of the datetime crate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: good call
Depends on #5836
Fixes #5840