Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Fix CI after recent merge
  • Loading branch information
alexcrichton committed Oct 9, 2024
1 parent c1ec3f7 commit 2b23a2e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions crates/wasmtime/src/runtime/type_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ use core::{
};
use hashbrown::{HashMap, HashSet};
use wasmtime_environ::{
iter_entity_range,
packed_option::{PackedOption, ReservedValue},
EngineOrModuleTypeIndex, ModuleInternedTypeIndex, ModuleTypes, PrimaryMap, SecondaryMap,
TypeTrace, VMSharedTypeIndex, WasmRecGroup, WasmSubType,
iter_entity_range, packed_option::ReservedValue, EngineOrModuleTypeIndex,
ModuleInternedTypeIndex, ModuleTypes, PrimaryMap, SecondaryMap, TypeTrace, VMSharedTypeIndex,
WasmRecGroup, WasmSubType,
};
use wasmtime_slab::{Id as SlabId, Slab};

Expand Down

0 comments on commit 2b23a2e

Please sign in to comment.