Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/perry-runtime/src/date.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ use parse::parse_date_string;
/// fallback; superseded elsewhere by [`make_utc_ms`] (which normalizes
/// out-of-range components).
#[cfg_attr(not(windows), allow(dead_code))]
fn components_to_timestamp(
pub(crate) fn components_to_timestamp(
year: i32,
month: u32,
day: u32,
Expand Down
2 changes: 1 addition & 1 deletion crates/perry-runtime/src/intl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub(crate) use date_collator::{
date_time_format_range_thunk, date_time_format_range_to_parts_thunk,
date_time_format_range_value, date_time_format_resolved_options_object,
date_time_format_resolved_options_thunk, date_time_format_to_parts_thunk, date_time_range_clip,
range_parts_to_js_array, swedish_collation_key,
range_parts_to_js_array, swedish_collation_key, temporal_locale_string, TemporalLocaleCtx,
};
pub(crate) use list_relative_plural::{
canonicalize_calendar_id, canonicalize_offset_time_zone, collect_string_list,
Expand Down
Loading
Loading