chore: Fix lint issues (#222)
This commit is contained in:
parent
fe5e2d038d
commit
9d8ca617ef
5 changed files with 5 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ fn main() {
|
|||
println!("{} {}", block.slot(), block.hash());
|
||||
|
||||
for tx in &block.txs() {
|
||||
println!("{:?}", tx);
|
||||
println!("{tx:?}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue