Skip to content

Commit

Permalink
Fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Nov 22, 2024
1 parent 5130b02 commit 8a4063d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/calendar/src/any_calendar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -774,15 +774,15 @@ impl AnyCalendar {
icu_provider::gen_any_buffer_data_constructors!(
(prefs: AnyCalendarPreferences) -> error: DataError,
functions: [
new: skip,
try_new: skip,
try_new_with_any_provider,
try_new_with_buffer_provider,
try_new_unstable,
Self,
]
);

#[doc = icu_provider::gen_any_buffer_unstable_docs!(UNSTABLE, Self::new)]
#[doc = icu_provider::gen_any_buffer_unstable_docs!(UNSTABLE, Self::try_new)]
pub fn try_new_unstable<P>(
provider: &P,
prefs: AnyCalendarPreferences,
Expand Down

0 comments on commit 8a4063d

Please sign in to comment.