fix warnings

This commit is contained in:
Nikolay Volf
2016-05-15 02:13:45 +03:00
parent 326e1b3a42
commit 9e7968c92e
10 changed files with 17 additions and 13 deletions

View File

@@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
//! Flat trace module
use trace::BlockTraces;
use super::trace::{Trace, Action, Res};