summaryrefslogtreecommitdiffstats
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs
index c7578d8..28142b5 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -2,7 +2,6 @@ use std::error::Error;
use std::fmt;
use std::result;
-use nom;
use serde::de;
use serde::ser;