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;