Style ungrumble
This commit is contained in:
parent
2cc1c92901
commit
7d35f994d2
@ -1,5 +1,3 @@
|
|||||||
#![cfg_attr(feature = "benches", feature(test))]
|
|
||||||
|
|
||||||
// Copyright 2015-2017 Parity Technologies (UK) Ltd.
|
// Copyright 2015-2017 Parity Technologies (UK) Ltd.
|
||||||
// This file is part of Parity.
|
// This file is part of Parity.
|
||||||
|
|
||||||
@ -16,6 +14,8 @@
|
|||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
|
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
#![cfg_attr(feature = "benches", feature(test))]
|
||||||
|
|
||||||
//! Ethash implementation
|
//! Ethash implementation
|
||||||
//! See https://github.com/ethereum/wiki/wiki/Ethash
|
//! See https://github.com/ethereum/wiki/wiki/Ethash
|
||||||
extern crate primal;
|
extern crate primal;
|
||||||
|
Loading…
Reference in New Issue
Block a user