From 8fd694ea473444973226a5dd9db61c978328bdd6 Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Fri, 10 Feb 2017 12:28:57 +0100 Subject: [PATCH] Fixed a warning and bumbed libusb-sys (#4507) --- Cargo.lock | 2 +- rpc/src/v1/types/account_info.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c368e0dc..0e4f4ae22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1150,7 +1150,7 @@ dependencies = [ [[package]] name = "libusb-sys" version = "0.2.3" -source = "git+https://github.com/ethcore/libusb-sys#3c56a34bd040b0e60758824d839d9b700cfad2e0" +source = "git+https://github.com/ethcore/libusb-sys#c10b1180646c9dc3f23a9b6bb825abcd3b7487ce" dependencies = [ "gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/rpc/src/v1/types/account_info.rs b/rpc/src/v1/types/account_info.rs index 0d1be0b19..077110df0 100644 --- a/rpc/src/v1/types/account_info.rs +++ b/rpc/src/v1/types/account_info.rs @@ -14,8 +14,6 @@ // You should have received a copy of the GNU General Public License // along with Parity. If not, see . -use serde::{Serialize}; - /// Account information. #[derive(Debug, Default, Clone, PartialEq, Serialize)] pub struct AccountInfo {