Skip to content

Commit

Permalink
Docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed May 9, 2024
1 parent b3b16fd commit 4ac6ec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/datetime/src/neo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ mod private {
pub trait TypedNeoFormatterMarker<C: CldrCalendar>: private::Sealed {
/// Components in the neo skeleton.
const COMPONENTS: NeoComponents;
/// Fields for [`DateTimeNames`].
/// Fields for [`TypedDateTimeNames`].
type DateTimeNamesMarker: DateTimeNamesMarker;
/// Marker for loading year names.
type YearNamesV1Marker: KeyedDataMarker<Yokeable = YearNamesV1<'static>>;
Expand Down Expand Up @@ -436,7 +436,7 @@ pub trait TypedNeoFormatterMarker<C: CldrCalendar>: private::Sealed {
pub trait NeoFormatterMarker {
/// Components in the neo skeleton.
const COMPONENTS: NeoComponents;
/// Fields for [`DateTimeNames`].
/// Fields for [`TypedDateTimeNames`].
type DateTimeNamesMarker: DateTimeNamesMarker;
/// Cross-calendar data markers for year names.
type Year: CalMarkers<YearNamesV1Marker>;
Expand Down Expand Up @@ -572,7 +572,7 @@ impl<C: CldrCalendar, R: TypedNeoFormatterMarker<C>> TypedNeoFormatter<C, R> {
length: NeoSkeletonLength
);

#[doc = icu_provider::gen_any_buffer_unstable_docs!(UNSTABLE, Self::try_new_with_length)]
#[doc = icu_provider::gen_any_buffer_unstable_docs!(UNSTABLE, Self::try_new)]
pub fn try_new_with_length_unstable<P>(
provider: &P,
locale: &DataLocale,
Expand Down

0 comments on commit 4ac6ec2

Please sign in to comment.