fix clippy redundant field names in struct initialization (#2633)

This commit is contained in:
Marco C. 2024-10-25 16:07:34 +02:00 committed by GitHub
parent b9e6363826
commit 053d125254
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1422,7 +1422,7 @@ impl<'a, TC, SP> ForkserverExecutorBuilder<'a, TC, SP> {
timeout: self.timeout,
asan_obs: self.asan_obs,
crash_exitcode: self.crash_exitcode,
target_bytes_converter: target_bytes_converter,
target_bytes_converter,
}
}
}