diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-25 23:19:52 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-25 23:19:52 +0100 |
commit | 74f18a37a244ec92e04bfc4124b7778dc3268e4c (patch) | |
tree | a0e9ad3cc200680ad4ec05130426329198196b76 /src/lib.rs | |
parent | dc44e5f2312bbb8ac411b9dc0b3b52eb3b351b6c (diff) | |
download | rust_rrule-74f18a37a244ec92e04bfc4124b7778dc3268e4c.zip |
restructure files
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -38,9 +38,7 @@ extern crate once_cell; extern crate regex; mod datetime; -mod easter; mod iter; -mod masks; mod parse_options; mod options; mod rrulestr; |