From 056e0b6870d646dc6221bea9e47f5afea98647fa Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Tue, 11 Dec 2018 18:48:19 -0800 Subject: 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. --- nitrocli/src/main.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'nitrocli/src/main.rs') 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; -- cgit v1.2.1