Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Also run tests with --no-default-features #1059

Merged
merged 4 commits into from
May 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix import
  • Loading branch information
pitdicker committed May 12, 2023
commit 4f857128ffdcb441e78d5dabc7e73620374bc0fd
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