ignore warnings temporarily

This commit is contained in:
Robert Habermeier 2016-07-11 11:10:08 +02:00
parent 3dd7ce5566
commit c7af950992
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
//! Block RLP compression.
// TODO [rob] remove when BlockRebuilder done.
#![allow(dead_code)]
use block::Block;
use header::Header;