Skip to content

Commit

Permalink
fix crate-private
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Dec 5, 2023
1 parent b1cb489 commit ccca394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/calendar/src/calendar_arithmetic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ impl<C: CalendarArithmetic> Hash for ArithmeticDate<C> {
#[allow(dead_code)] // TODO: Remove dead code tag after use
pub(crate) const MAX_ITERS_FOR_DAYS_OF_MONTH: u8 = 33;

pub trait CalendarArithmetic: Calendar {
pub(crate) trait CalendarArithmetic: Calendar {
/// In case we plan to cache per-year data, this stores
/// useful computational information for the current year
/// as a field on ArithmeticDate
Expand Down

0 comments on commit ccca394

Please sign in to comment.