Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker authored and djc committed May 12, 2023
1 parent 4ce9e83 commit e0c4926
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/datetime/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ use crate::naive::{NaiveDate, NaiveTime};
use crate::offset::Local;
use crate::offset::{FixedOffset, TimeZone, Utc};
use crate::oldtime::Duration;
#[cfg(feature = "clock")]
use crate::Datelike;
use crate::{Days, LocalResult, Months, NaiveDateTime};
use crate::{Datelike, Days, LocalResult, Months, NaiveDateTime};

#[derive(Clone)]
struct DstTester;
Expand Down

0 comments on commit e0c4926

Please sign in to comment.