Skip to content

Commit 756d2c1

Browse files
committed
damn clippy
1 parent d5835c0 commit 756d2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irpc-derive/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ impl Parse for MacroArgs {
375375
_ => {
376376
return Err(syn::Error::new(
377377
param_name.span(),
378-
format!("Unknown parameter: {}", param_name),
378+
format!("Unknown parameter: {param_name}"),
379379
));
380380
}
381381
}

0 commit comments

Comments
 (0)