* 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 ``` |
||
|---|---|---|
| .. | ||
| command | ||
| vectors | ||
| command.rs | ||
| lib.rs | ||
| mock_service.rs | ||
| net.rs | ||
| network_addr.rs | ||
| prelude.rs | ||
| service_extensions.rs | ||
| transcript.rs | ||
| vectors.rs | ||
| zip0143.rs | ||
| zip0243.rs | ||
| zip0244.rs | ||