Skip to content

Commit

Permalink
Add reference to #355 from DateTimeType API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Oct 15, 2020
1 parent 174d846 commit e8253ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datetime/src/date.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl From<std::num::ParseIntError> for DateTimeError {
/// This type represents all data that the formatted needs in order to produced formatted string.
///
/// *Note*: At the moment we support only `gregorian` calendar, and plan to extend support to
/// other calendars in the upcoming releases.
/// other calendars in the upcoming releases. See https://github.com/unicode-org/icu4x/issues/355
///
/// [`DateTimeFormat`]: ../struct.DateTimeFormat.html
pub trait DateTimeType: FromStr {
Expand Down

0 comments on commit e8253ce

Please sign in to comment.