Skip to content

Commit

Permalink
remove duplicate prelude import after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jun 12, 2024
1 parent 68ad4ca commit 3732ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasmtime/src/runtime/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use core::mem;
use core::ptr::NonNull;
use core::sync::atomic::{AtomicU64, AtomicUsize, Ordering};
use wasmtime_environ::{
prelude::*, DefinedFuncIndex, DefinedMemoryIndex, HostPtr, ModuleInternedTypeIndex, VMOffsets,
DefinedFuncIndex, DefinedMemoryIndex, HostPtr, ModuleInternedTypeIndex, VMOffsets,
VMSharedTypeIndex,
};

Expand Down

0 comments on commit 3732ec8

Please sign in to comment.