Skip to content

Commit

Permalink
Fix prelude SubSecondRound
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Mar 5, 2018
1 parent cb3a73a commit 08b7e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ pub mod prelude {
#[doc(no_inline)] pub use {NaiveDate, NaiveTime, NaiveDateTime};
#[doc(no_inline)] pub use Date;
#[doc(no_inline)] pub use {DateTime, SecondsFormat};
#[doc(no_inline)] pub use {SubSecondRound};
#[doc(no_inline)] pub use SubSecondRound;
}

// useful throughout the codebase
Expand Down

0 comments on commit 08b7e0b

Please sign in to comment.