mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-18 18:54:35 -05:00
Enable clippy's uninlined_format_args linter (#7204)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -419,7 +419,7 @@ mod tests {
|
||||
let mut stream = client.debug_trace_transactions_in_block(block, opts).await.unwrap();
|
||||
while let Some(res) = stream.next().await {
|
||||
if let Err((err, tx)) = res {
|
||||
println!("failed to trace {:?} {}", tx, err);
|
||||
println!("failed to trace {tx:?} {err}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user