Enable clippy's uninlined_format_args linter (#7204)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Justin Traglia
2024-03-18 18:29:19 -05:00
committed by GitHub
parent 5b94dbb697
commit b7ef60b899
31 changed files with 84 additions and 104 deletions

View File

@ -22,7 +22,7 @@ fn priority_bench(
description: &str,
input_data: (u128, u128, u128, u128),
) {
let group_id = format!("txpool | {}", description);
let group_id = format!("txpool | {description}");
group.bench_function(group_id, |b| {
b.iter(|| {
@ -41,7 +41,7 @@ fn fee_jump_bench(
description: &str,
input_data: (u128, u128),
) {
let group_id = format!("txpool | {}", description);
let group_id = format!("txpool | {description}");
group.bench_function(group_id, |b| {
b.iter(|| {