Skip to content

Commit

Permalink
reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbanWS committed Jun 3, 2024
1 parent be917c4 commit 6e9df02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rrule/examples/manual_iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ fn main() {
// .expect("The RRule is not valid");
//


for next in iter.take(50) {
if next.year() == 2021 {
println!("These are all the weeks before 2021.");
break;
}
println!("Date: {}", next.to_rfc3339());
}

}

0 comments on commit 6e9df02

Please sign in to comment.