Zebra/zebra-network/src/protocol
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
..
external cleanup(clippy): Use inline format strings (#5489) 2022-10-27 13:25:18 +00:00
internal cleanup(clippy): Use inline format strings (#5489) 2022-10-27 13:25:18 +00:00
external.rs feat(net): return peer metadata from `connect_isolated` functions (#4870) 2022-09-14 15:00:25 +00:00
internal.rs 4. Avoid repeated requests to peers after partial responses or errors (#3505) 2022-02-15 01:44:33 +00:00
types.rs Refactor protocol into internal, external modules. 2019-11-27 05:06:01 -05:00