summaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-05-03 15:29:14 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-05-03 15:29:14 +0200
commitde01880b6928042779cd9051e9cdbfa8de832d80 (patch)
tree0d85e290b5c59de5e34e98126c288f5105c13620 /tool
parent75ae87e1d8ee5f7ac15bd6dd335893b4488e2963 (diff)
tool: Remove superfluous macro_use.
Diffstat (limited to 'tool')
-rw-r--r--tool/src/sqv.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/src/sqv.rs b/tool/src/sqv.rs
index d8cf3c3c..afee040a 100644
--- a/tool/src/sqv.rs
+++ b/tool/src/sqv.rs
@@ -5,7 +5,6 @@
extern crate clap;
extern crate failure;
-#[macro_use]
extern crate time;
extern crate openpgp;