summaryrefslogtreecommitdiffstats
path: root/src/parser/timetype.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/timetype.rs')
-rw-r--r--src/parser/timetype.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/timetype.rs b/src/parser/timetype.rs
index 83516fe..13f111b 100644
--- a/src/parser/timetype.rs
+++ b/src/parser/timetype.rs
@@ -4,11 +4,11 @@ use std::str::FromStr;
use nom::digit;
use nom::whitespace::sp;
use chrono::NaiveDate;
+use failure::Fallible as Result;
use timetype::IntoTimeType;
use timetype;
-use error::Result;
-use error::KairosErrorKind as KEK;
+use error::ErrorKind as KEK;
named!(pub integer<i64>, alt!(
map_res!(