aboutsummaryrefslogtreecommitdiff
path: root/src/device/mod.rs
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-07-08 12:18:41 +0200
committerRobin Krahl <robin.krahl@ireas.org>2020-07-08 23:02:34 +0200
commit9f80512a11926c5ec3f869ad5e220b3b350eec9a (patch)
treefc866d63d183d881234e5aa446458e8217b49c9a /src/device/mod.rs
parente313998a1c654573add92c8a71a0c3a0cf22ece9 (diff)
downloadnitrokey-rs-9f80512a11926c5ec3f869ad5e220b3b350eec9a.tar.gz
nitrokey-rs-9f80512a11926c5ec3f869ad5e220b3b350eec9a.tar.bz2
Remove unused imports
Diffstat (limited to 'src/device/mod.rs')
-rw-r--r--src/device/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/mod.rs b/src/device/mod.rs
index 067fdf6..5082537 100644
--- a/src/device/mod.rs
+++ b/src/device/mod.rs
@@ -10,8 +10,6 @@ use std::ffi;
use std::fmt;
use std::str;
-use nitrokey_sys;
-
use crate::auth::Authenticate;
use crate::config::{Config, RawConfig};
use crate::error::{CommunicationError, Error, LibraryError};