mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-29 22:51:56 +00:00
fix warning
This commit is contained in:
@ -2,7 +2,7 @@ use std::io;
|
|||||||
use super::{
|
use super::{
|
||||||
Serialize, Deserialize, Error, VarUint7,
|
Serialize, Deserialize, Error, VarUint7,
|
||||||
VarUint1, VarUint32, CountedList, BlockType,
|
VarUint1, VarUint32, CountedList, BlockType,
|
||||||
Uint32, VarUint64, Uint64, CountedListWriter,
|
Uint32, Uint64, CountedListWriter,
|
||||||
VarInt32, VarInt64,
|
VarInt32, VarInt64,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user