aboutsummaryrefslogtreecommitdiff
path: root/src/device/pro.rs
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-07-14 22:00:13 +0200
committerRobin Krahl <robin.krahl@ireas.org>2020-07-14 22:00:13 +0200
commit3810761847717676d91900c422d9c8b634f56d77 (patch)
tree0974cefb5662b5bf37b1d27c17ce73e07a126dc1 /src/device/pro.rs
parenta3dd6afb8c23c8975737d1484e152d530a975c11 (diff)
parent8f72f038cab8e61fb162c12c4bd4cbaa243faa2d (diff)
downloadnitrokey-rs-3810761847717676d91900c422d9c8b634f56d77.tar.gz
nitrokey-rs-3810761847717676d91900c422d9c8b634f56d77.tar.bz2
Merge branch 'release-0.7.0'
Diffstat (limited to 'src/device/pro.rs')
-rw-r--r--src/device/pro.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/pro.rs b/src/device/pro.rs
index 591b730..0d5443e 100644
--- a/src/device/pro.rs
+++ b/src/device/pro.rs
@@ -1,8 +1,6 @@
// Copyright (C) 2018-2019 Robin Krahl <robin.krahl@ireas.org>
// SPDX-License-Identifier: MIT
-use nitrokey_sys;
-
use crate::device::{Device, Model, Status};
use crate::error::Error;
use crate::otp::GenerateOtp;