Style ungrumble

This commit is contained in:
Vurich 2017-07-19 12:09:45 +02:00
parent 2cc1c92901
commit 7d35f994d2

View File

@ -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;