Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rustfmt
  • Loading branch information
alexcrichton committed Mar 19, 2020
commit fa0e2b28fe85bf455e6c15139ed7a25f8294a194
4 changes: 2 additions & 2 deletions crates/fuzzing/src/oracles/dummy.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! Dummy implementations of things that a Wasm module can import.

use wasmtime::{
Extern, ExternType, Func, FuncType, Global, GlobalType, ImportType, Memory,
MemoryType, Store, Table, TableType, Trap, Val, ValType,
Extern, ExternType, Func, FuncType, Global, GlobalType, ImportType, Memory, MemoryType, Store,
Table, TableType, Trap, Val, ValType,
};

/// Create a set of dummy functions/globals/etc for the given imports.
Expand Down