Skip to content

Commit

Permalink
Fix warnings when running tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker authored and djc committed Apr 25, 2023
1 parent 84bbea5 commit 895d3b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/dateutils.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#[cfg(unix)]
use chrono::offset::TimeZone;
#[cfg(unix)]
use chrono::Local;
#[cfg(unix)]
use chrono::{Datelike, NaiveDate, NaiveDateTime, Timelike};

#[cfg(unix)]
use std::{path, process};

#[cfg(unix)]
Expand Down

0 comments on commit 895d3b8

Please sign in to comment.