Update value.rs

This commit is contained in:
Nikolay Volf 2018-02-05 20:50:31 +03:00 committed by GitHub
parent be5169a25f
commit cc4e663585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
use std::{i32, i64, u32, u64, f32};
use std::io;
use byteorder::{LittleEndian, ReadBytesExt, WriteBytesExt};
use {TrapKind};
use parity_wasm::elements::ValueType;
use TrapKind;
#[derive(Debug)]
pub enum Error {