Skip to content

Commit

Permalink
Fix clippy error by ignoring stack_switchings and exceptions in the f…
Browse files Browse the repository at this point in the history
…uzz generators' test config.
  • Loading branch information
dhil committed Nov 25, 2024
1 parent e54c143 commit 20cc5a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/fuzzing/src/generators/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ impl Config {
hogs_memory: _,
nan_canonicalization: _,
gc_types: _,
exceptions: _,
stack_switching: _,
} = test.config;

// Enable/disable some proposals that aren't configurable in wasm-smith
Expand Down

0 comments on commit 20cc5a0

Please sign in to comment.