summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSam Scott <sam@osohq.com>2020-06-03 11:41:08 -0400
committerSam Scott <sam@osohq.com>2020-06-03 11:41:08 -0400
commit18b2d31600be739f8e67d3b07e19d812361a43d2 (patch)
treeb4adb168b56c2b8298463b0a32471101c8e45099 /src
parent165e6c903ef40a958dae6ff59bf2d50085f349b9 (diff)
remove unused lint + import
Diffstat (limited to 'src')
-rw-r--r--src/error.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/error.rs b/src/error.rs
index 360d2b3..d6b7023 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -1,6 +1,3 @@
-#![allow(deprecated)]
-
-use data_encoding;
use serde::de;
use std::fmt::Display;