Skip to content

Commit fb4d91b

Browse files
committed
chore: Remove unused imports
1 parent e8ddf19 commit fb4d91b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/api/tests/memory.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ use std::sync::{
33
atomic::{AtomicBool, Ordering},
44
};
55
use wasmer::{Instance, Memory, MemoryLocation, MemoryType, Module, Store, imports};
6-
#[cfg(feature = "sys")]
7-
use wasmer::{MemoryAccessError, WasmSlice};
6+
87

98
#[test]
109
#[cfg_attr(feature = "wamr", ignore = "wamr ignores import memories")]

0 commit comments

Comments
 (0)