Skip to content

Commit

Permalink
Update serde.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi authored Apr 25, 2024
1 parent 329b379 commit 5f6fd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serde.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#[cfg(all(feature = "chrono", feature = "serde"))]
use crate::parse_chrono;
use crate::parse_std;
#[cfg(all(feature = "time", feature = "serde"))]
use crate::parse_time;
use crate::parse_std;
use std::time::Duration;

#[cfg(all(feature = "chrono", feature = "serde"))]
Expand Down

0 comments on commit 5f6fd25

Please sign in to comment.