summaryrefslogtreecommitdiff
path: root/src/rrule.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rrule.rs')
-rw-r--r--src/rrule.rs1
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 }