Style reungrumble

This commit is contained in:
Vurich 2017-07-22 14:49:02 +02:00
parent 7208b9b525
commit 0fa9c93f6f
1 changed files with 3 additions and 2 deletions

View File

@ -14,10 +14,11 @@
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
#![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;