@@ -187,7 +187,7 @@ impl UnstableSealed for JapaneseExtended {}
187
187
impl UnstableSealed for Persian { }
188
188
impl UnstableSealed for Roc { }
189
189
190
- /// A collection of marker types associated with all calendars.
190
+ /// A collection of marker types associated with all formattable calendars.
191
191
///
192
192
/// This is used to group together the calendar-specific marker types that produce a common
193
193
/// [`DynamicDataMarker`]. For example, this trait can be implemented for [`YearNamesV1`].
@@ -228,8 +228,6 @@ where
228
228
type HijriUmmAlQura : DataMarker < DataStruct = M :: DataStruct > ;
229
229
/// The type for a [`Japanese`] calendar
230
230
type Japanese : DataMarker < DataStruct = M :: DataStruct > ;
231
- /// The type for a [`JapaneseExtended`] calendar
232
- type JapaneseExtended : DataMarker < DataStruct = M :: DataStruct > ;
233
231
/// The type for a [`Persian`] calendar
234
232
type Persian : DataMarker < DataStruct = M :: DataStruct > ;
235
233
/// The type for a [`Roc`] calendar
@@ -267,7 +265,6 @@ where
267
265
type HijriTabular = NeverMarker < M :: DataStruct > ;
268
266
type HijriUmmAlQura = NeverMarker < M :: DataStruct > ;
269
267
type Japanese = NeverMarker < M :: DataStruct > ;
270
- type JapaneseExtended = NeverMarker < M :: DataStruct > ;
271
268
type Persian = NeverMarker < M :: DataStruct > ;
272
269
type Roc = NeverMarker < M :: DataStruct > ;
273
270
}
@@ -660,7 +657,6 @@ impl_load_any_calendar!(
660
657
HijriTabular ,
661
658
HijriUmmAlQura ,
662
659
Japanese ,
663
- JapaneseExtended ,
664
660
Persian ,
665
661
Roc
666
662
]
0 commit comments