aboutsummaryrefslogtreecommitdiff
path: root/src/auth.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/auth.rs
parente313998a1c654573add92c8a71a0c3a0cf22ece9 (diff)
downloadnitrokey-rs-9f80512a11926c5ec3f869ad5e220b3b350eec9a.tar.gz
nitrokey-rs-9f80512a11926c5ec3f869ad5e220b3b350eec9a.tar.bz2
Remove unused imports
Diffstat (limited to 'src/auth.rs')
-rw-r--r--src/auth.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/auth.rs b/src/auth.rs
index 6748ca1..fe2f7f2 100644
--- a/src/auth.rs
+++ b/src/auth.rs
@@ -8,8 +8,6 @@ use std::ops;
use std::os::raw::c_char;
use std::os::raw::c_int;
-use nitrokey_sys;
-
use crate::config::{Config, RawConfig};
use crate::device::{Device, DeviceWrapper, Pro, Storage};
use crate::error::Error;