aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTeddy Wing2018-10-27 07:19:59 +0200
committerTeddy Wing2018-10-27 07:19:59 +0200
commit48c7bc66cc0403d11a2c5565193c14c8381e92e2 (patch)
tree2b1020ad73383e23ff78ce856edb31cea8f93756 /src/lib.rs
parent1f4222ba73cdc37642672639ba24ce42ccb3a2b8 (diff)
downloaddome-key-map-48c7bc66cc0403d11a2c5565193c14c8381e92e2.tar.bz2
Delete unused imports
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1e0daa6..0e57cc0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -20,9 +20,6 @@ extern crate log;
extern crate magic_crypt;
#[macro_use]
-extern crate objc;
-
-#[macro_use]
extern crate quick_error;
#[macro_use]