zebra/zebra-test
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
..
scripts Security: Stop RocksDB or tokio calling unexpected code when zebrad exits (#3392) 2022-01-26 13:16:44 +00:00
src cleanup(clippy): Use inline format strings (#5489) 2022-10-27 13:25:18 +00:00
tests cleanup(clippy): Use inline format strings (#5489) 2022-10-27 13:25:18 +00:00
Cargo.toml build(deps): bump futures from 0.3.24 to 0.3.25 (#5438) 2022-10-21 19:02:04 +00:00