Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Jul 19, 2023
1 parent 73a5480 commit cf1bef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasmi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pub use self::{
};
use self::{
func::{FuncEntity, FuncIdx},
global::{GlobalEntity, GlobalIdx},
global::GlobalEntity,
instance::{InstanceEntity, InstanceEntityBuilder, InstanceIdx},
memory::{DataSegmentEntity, DataSegmentIdx, MemoryEntity, MemoryIdx},
store::{StoreInner, Stored},
Expand Down

0 comments on commit cf1bef0

Please sign in to comment.