Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker authored and djc committed Jun 7, 2023
1 parent ece804b commit 0d2c933
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/naive/date.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2076,10 +2076,6 @@ impl DoubleEndedIterator for NaiveDateWeeksIterator {

impl FusedIterator for NaiveDateWeeksIterator {}

// TODO: NaiveDateDaysIterator and NaiveDateWeeksIterator should implement FusedIterator,
// TrustedLen, and Step once they becomes stable.
// See: https://github.com/chronotope/chrono/issues/208

/// The `Debug` output of the naive date `d` is the same as
/// [`d.format("%Y-%m-%d")`](../format/strftime/index.html).
///
Expand Down

0 comments on commit 0d2c933

Please sign in to comment.