Skip to content

Commit 830fc53

Browse files
authored
Merge pull request #8 from nethunterslabs/iterator
make cron iterator public
2 parents b6e9e7b + 41e609f commit 830fc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ mod iterator;
7171
mod pattern;
7272

7373
use errors::CronError;
74-
use iterator::CronIterator;
74+
pub use iterator::CronIterator;
7575
use pattern::CronPattern;
7676
use std::str::FromStr;
7777

0 commit comments

Comments
 (0)