Skip to content

Commit 17517bb

Browse files
authored
Remove JapaneseExtended from CalMarkers (#6370)
Follow-up to #6366
1 parent 2f5c0e9 commit 17517bb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/datetime/src/scaffold/calendar.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ impl UnstableSealed for JapaneseExtended {}
187187
impl UnstableSealed for Persian {}
188188
impl UnstableSealed for Roc {}
189189

190-
/// A collection of marker types associated with all calendars.
190+
/// A collection of marker types associated with all formattable calendars.
191191
///
192192
/// This is used to group together the calendar-specific marker types that produce a common
193193
/// [`DynamicDataMarker`]. For example, this trait can be implemented for [`YearNamesV1`].
@@ -228,8 +228,6 @@ where
228228
type HijriUmmAlQura: DataMarker<DataStruct = M::DataStruct>;
229229
/// The type for a [`Japanese`] calendar
230230
type Japanese: DataMarker<DataStruct = M::DataStruct>;
231-
/// The type for a [`JapaneseExtended`] calendar
232-
type JapaneseExtended: DataMarker<DataStruct = M::DataStruct>;
233231
/// The type for a [`Persian`] calendar
234232
type Persian: DataMarker<DataStruct = M::DataStruct>;
235233
/// The type for a [`Roc`] calendar
@@ -267,7 +265,6 @@ where
267265
type HijriTabular = NeverMarker<M::DataStruct>;
268266
type HijriUmmAlQura = NeverMarker<M::DataStruct>;
269267
type Japanese = NeverMarker<M::DataStruct>;
270-
type JapaneseExtended = NeverMarker<M::DataStruct>;
271268
type Persian = NeverMarker<M::DataStruct>;
272269
type Roc = NeverMarker<M::DataStruct>;
273270
}
@@ -660,7 +657,6 @@ impl_load_any_calendar!(
660657
HijriTabular,
661658
HijriUmmAlQura,
662659
Japanese,
663-
JapaneseExtended,
664660
Persian,
665661
Roc
666662
]

0 commit comments

Comments
 (0)