Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Nov 19, 2024
1 parent e3d65c3 commit f065dc0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/bin/cargo-ziggy/fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,14 @@ mod tests {
no_libafl: false,
no_honggfuzz: false,
start_time: Instant::now(),
afl_flags: vec![],
asan: false,
binary: None,
config: crate::FuzzingConfig::Generic,
coverage_interval: 15,
coverage_worker: false,
foreign_sync_dirs: vec![],
release: false,
};
for i in 0..1024 {
fuzz.jobs = i;
Expand Down

0 comments on commit f065dc0

Please sign in to comment.