File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
components/calendar/src/cal Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
//! assert_eq!(hijri_date.day_of_month().0, 11);
20
20
//! ```
21
21
22
- use crate :: cal:: hijri_ummalqura_data:: { UMMALQURA_DATA , UMMALQURA_DATA_STARTING_YEAR } ;
23
22
use crate :: cal:: iso:: { Iso , IsoDateInner } ;
24
23
use crate :: calendar_arithmetic:: PrecomputedDataSource ;
25
24
use crate :: calendar_arithmetic:: { ArithmeticDate , CalendarArithmetic } ;
@@ -34,6 +33,9 @@ use calendrical_calculations::rata_die::RataDie;
34
33
use icu_provider:: marker:: ErasedMarker ;
35
34
use icu_provider:: prelude:: * ;
36
35
use tinystr:: tinystr;
36
+ use ummalqura_data:: { UMMALQURA_DATA , UMMALQURA_DATA_STARTING_YEAR } ;
37
+
38
+ mod ummalqura_data;
37
39
38
40
fn era_year ( year : i32 ) -> EraYear {
39
41
types:: EraYear {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ pub(crate) mod ethiopian;
12
12
pub ( crate ) mod gregorian;
13
13
pub ( crate ) mod hebrew;
14
14
pub ( crate ) mod hijri;
15
- mod hijri_ummalqura_data;
16
15
pub ( crate ) mod indian;
17
16
pub ( crate ) mod iso;
18
17
pub ( crate ) mod japanese;
You can’t perform that action at this time.
0 commit comments