diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-01-05 14:10:25 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-01-05 14:10:25 -0500 |
commit | 4d885eff8c4c745348126e96cf7cf46d478f30bb (patch) | |
tree | 2f0d6ec7b3a41fc693c8f2495102edd0e9d7b131 /src/lib.rs | |
parent | 4fcdb36cf675d9f0c772486b38f43032265a07c9 (diff) | |
download | two-timer-4d885eff8c4c745348126e96cf7cf46d478f30bb.zip |
a few more tests; removed more unused imports
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ extern crate pidgin; extern crate lazy_static; extern crate chrono; use chrono::naive::{NaiveDate, NaiveDateTime}; -use chrono::{Date, DateTime, Datelike, Duration, Local, TimeZone, Timelike, Weekday}; +use chrono::{Datelike, Duration, Local, Timelike, Weekday}; use pidgin::{Match, Matcher}; use regex::Regex; |