From 3ffaed98575ffbba97e34ab8b0d982d7035b5dfd Mon Sep 17 00:00:00 2001 From: debris Date: Sun, 14 Feb 2016 13:25:12 +0100 Subject: [PATCH] fixed util benches on nighly --- util/benches/trie.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/util/benches/trie.rs b/util/benches/trie.rs index 2c07dbc08..8c573e170 100644 --- a/util/benches/trie.rs +++ b/util/benches/trie.rs @@ -17,7 +17,6 @@ #![feature(test)] extern crate test; -extern crate rand; extern crate ethcore_util; #[macro_use] extern crate log;