* 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 ``` |
||
|---|---|---|
| .. | ||
| methods | ||
| queue | ||
| server | ||
| tests | ||
| config.rs | ||
| lib.rs | ||
| methods.rs | ||
| queue.rs | ||
| server.rs | ||
| tests.rs | ||