From 5cbe834024799ee4a2bcf9c2852540f9cd0bf220 Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Mon, 12 Nov 2018 11:41:05 +0100 Subject: [PATCH] chore(rpc-tests): remove unused rand (#9896) --- rpc/src/tests/ws.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rpc/src/tests/ws.rs b/rpc/src/tests/ws.rs index a9e6256eb..067573562 100644 --- a/rpc/src/tests/ws.rs +++ b/rpc/src/tests/ws.rs @@ -20,7 +20,6 @@ use std::sync::Arc; use devtools::http_client; use jsonrpc_core::MetaIoHandler; -use rand; use ws; use v1::{extractors, informant};