diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-11-03 21:40:57 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-11-03 21:40:57 +0100 |
commit | 9755c753adcda41620d9609102bc03ce278257f9 (patch) | |
tree | bd57ec7658306112901989c77dd3e7a217fd8ab6 /src/rrule.rs | |
parent | d28241cf589d2773bd3e28e05ca173c58561e913 (diff) | |
download | rust_rrule-9755c753adcda41620d9609102bc03ce278257f9.zip |
tpos
Diffstat (limited to 'src/rrule.rs')
-rw-r--r-- | src/rrule.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rrule.rs b/src/rrule.rs index c2a080e..4ffcde9 100644 --- a/src/rrule.rs +++ b/src/rrule.rs @@ -11,6 +11,7 @@ pub struct RRule { pub options: ParsedOptions, } + impl RRule { pub fn new(options: ParsedOptions) -> Self { Self { options } |