Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
KiChjang committed Nov 14, 2021
1 parent 45afcb0 commit d8320b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/elements/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ impl Deserialize for BlockType {
-0x05 => Ok(BlockType::Value(ValueType::V128)),
#[cfg(feature = "multi_value")]
idx => {
use core::convert::TryInto;
let idx = idx.try_into().map_err(|_| Error::UnknownBlockType(idx))?;
Ok(BlockType::TypeIndex(idx))
},
Expand Down

0 comments on commit d8320b9

Please sign in to comment.