Zebra/zebra-utils/src/bin/zebra-checkpoints
teor c812f880cf
cleanup(clippy): Use inline format strings (#5489)
* Inline format strings using an automated clippy fix

```sh
cargo clippy --fix --all-features --all-targets -- -A clippy::all -W clippy::uninlined_format_args
cargo fmt --all
```

* Remove unused & and &mut using an automated clippy fix

```sh
cargo clippy --fix --all-features --all-targets -- -A clippy::all -W clippy::uninlined_format_args
```
2022-10-27 13:25:18 +00:00
..
args.rs Add last_checkpoint argument to zebra-checkpoints (#793) 2020-07-31 08:33:00 +10:00
main.rs cleanup(clippy): Use inline format strings (#5489) 2022-10-27 13:25:18 +00:00