fix clippy redundant field names in struct initialization (#2633)
This commit is contained in:
parent
b9e6363826
commit
053d125254
@ -1422,7 +1422,7 @@ impl<'a, TC, SP> ForkserverExecutorBuilder<'a, TC, SP> {
|
|||||||
timeout: self.timeout,
|
timeout: self.timeout,
|
||||||
asan_obs: self.asan_obs,
|
asan_obs: self.asan_obs,
|
||||||
crash_exitcode: self.crash_exitcode,
|
crash_exitcode: self.crash_exitcode,
|
||||||
target_bytes_converter: target_bytes_converter,
|
target_bytes_converter,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user