chore: Fix lint issues (#222)

This commit is contained in:
Santiago Carmuega 2023-02-03 01:07:14 +01:00 committed by GitHub
parent 3780521474
commit d7a414c3af
5 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ fn main() {
println!("{} {}", block.slot(), block.hash());
for tx in &block.txs() {
println!("{:?}", tx);
println!("{tx:?}");
}
}
}