style: apply cargo fmt across the codebase #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/cargo-fmt-RUS-3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Running
cargo fmt --checkreported unformatted code across many files(import ordering, struct-literal and method-chain wrapping, error tuple
formatting). This is the fmt-step failure reported by check.yml. Applying
cargo fmtbrings every file in line with rustfmt defaults so the checkpasses.
#RUS-3