diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-12-04 16:13:58 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-12-04 16:13:58 +0100 |
commit | 3931287312234b6a5f5da225c2a5b30f8d29e3c6 (patch) | |
tree | 7cd4549e9a23a468e5e4db2d013528445cfa2e07 /src/iter | |
parent | c437b568f9dad67b212a9b17d2ac32dd40263571 (diff) | |
download | rust_rrule-3931287312234b6a5f5da225c2a5b30f8d29e3c6.zip |
support for nweekday
Diffstat (limited to 'src/iter')
-rw-r--r-- | src/iter/masks.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/iter/masks.rs b/src/iter/masks.rs index 726d270..d789d00 100644 --- a/src/iter/masks.rs +++ b/src/iter/masks.rs @@ -4,7 +4,6 @@ // Every mask is 7 days longer to handle cross-year weekly periods. - lazy_static! { pub static ref MASKS: Masks = Masks::default(); } |