diff --git a/ethash/src/lib.rs b/ethash/src/lib.rs index efe1950e3..d8e4d39b4 100644 --- a/ethash/src/lib.rs +++ b/ethash/src/lib.rs @@ -1,5 +1,3 @@ -#![cfg_attr(feature = "benches", feature(test))] - // Copyright 2015-2017 Parity Technologies (UK) Ltd. // This file is part of Parity. @@ -16,6 +14,8 @@ // 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 extern crate primal;