From 0fa9c93f6f6ca6e3be580da8bb3e03f6315d6022 Mon Sep 17 00:00:00 2001 From: Vurich Date: Sat, 22 Jul 2017 14:49:02 +0200 Subject: [PATCH] Style reungrumble --- ethash/src/lib.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ethash/src/lib.rs b/ethash/src/lib.rs index d8e4d39b4..d870adc0e 100644 --- a/ethash/src/lib.rs +++ b/ethash/src/lib.rs @@ -14,10 +14,11 @@ // You should have received a copy of the GNU General Public License // along with Parity. If not, see . -#![cfg_attr(feature = "benches", feature(test))] - //! Ethash implementation //! See https://github.com/ethereum/wiki/wiki/Ethash + +#![cfg_attr(feature = "benches", feature(test))] + extern crate primal; extern crate sha3; extern crate parking_lot;