Skip to content

Commit

Permalink
change Days to take a u32 and addition of DaysDelta to NaiveDate, cha…
Browse files Browse the repository at this point in the history
…nges to Iterator Implementations
  • Loading branch information
esheppa committed Oct 8, 2022
1 parent 3a8f185 commit c7e1b9b
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 55 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ pub use format::{ParseError, ParseResult};

pub mod naive;
#[doc(no_inline)]
pub use naive::{Days, IsoWeek, NaiveDate, NaiveDateTime, NaiveTime, NaiveWeek};
pub use naive::{Days, DaysDelta, IsoWeek, NaiveDate, NaiveDateTime, NaiveTime, NaiveWeek};

pub mod offset;
#[cfg(feature = "clock")]
Expand Down
Loading

0 comments on commit c7e1b9b

Please sign in to comment.