diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-16 23:17:49 +0200 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-16 23:17:49 +0200 |
commit | e508161cd3580888febaef4bbb848e219797e378 (patch) | |
tree | 8c1640ea0dc261f39ae4b6bd9d2b8e2a4d43c41d /tests/rrule.rs | |
parent | 4bb8cfd0cda78574c1be2d7c137bfbf937bfe8cc (diff) | |
download | rust_rrule-e508161cd3580888febaef4bbb848e219797e378.zip |
clippy stuff fixed
Diffstat (limited to 'tests/rrule.rs')
-rw-r--r-- | tests/rrule.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rrule.rs b/tests/rrule.rs index 6811e08..85c819b 100644 --- a/tests/rrule.rs +++ b/tests/rrule.rs @@ -4,7 +4,7 @@ extern crate rrule; use chrono::prelude::*; use rrule::iter::*; use rrule::options::*; -use rrule::yearinfo::*; + #[cfg(test)] mod test { |