aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src/main.rs
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2018-12-11 18:48:19 -0800
committerDaniel Mueller <deso@posteo.net>2018-12-11 18:48:19 -0800
commit056e0b6870d646dc6221bea9e47f5afea98647fa (patch)
tree4abbb56e9b2a18b22ba481c3add0b4d0e8f05a56 /nitrocli/src/main.rs
parent1498caf2f050b0a509689ab6e65a0daac062c76e (diff)
downloadnitrocli-056e0b6870d646dc6221bea9e47f5afea98647fa.tar.gz
nitrocli-056e0b6870d646dc6221bea9e47f5afea98647fa.tar.bz2
Compile program with 2018 Edition of Rust
With the 1.31 release of Rust support for Edition 2018 has reached the stable tool chain. This change enables compilation based off of this new edition for the crate. This change resolves issue #6.
Diffstat (limited to 'nitrocli/src/main.rs')
-rw-r--r--nitrocli/src/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/nitrocli/src/main.rs b/nitrocli/src/main.rs
index c598b8d..cfde9bd 100644
--- a/nitrocli/src/main.rs
+++ b/nitrocli/src/main.rs
@@ -26,9 +26,6 @@
//! Nitrocli is a program providing a command line interface to certain
//! commands of the Nitrokey Storage device.
-extern crate hid as libhid;
-
-
mod crc32;
mod error;
mod nitrokey;