zebra/zebra-chain/src/work/difficulty/tests
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
..
prop.rs Replace primitives_types with uint (#2350) 2021-06-18 15:35:05 -03:00
vectors.rs cleanup(clippy): Use inline format strings (#5489) 2022-10-27 13:25:18 +00:00