Skip to content

Commit 053d125

Browse files
authored
fix clippy redundant field names in struct initialization (#2633)
1 parent b9e6363 commit 053d125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl/src/executors/forkserver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ impl<'a, TC, SP> ForkserverExecutorBuilder<'a, TC, SP> {
14221422
timeout: self.timeout,
14231423
asan_obs: self.asan_obs,
14241424
crash_exitcode: self.crash_exitcode,
1425-
target_bytes_converter: target_bytes_converter,
1425+
target_bytes_converter,
14261426
}
14271427
}
14281428
}

0 commit comments

Comments
 (0)