style: apply cargo fmt across the codebase #37

Merged
nrupard merged 1 commit from fix/cargo-fmt-RUS-3 into main 2026-06-12 17:48:11 +02:00
Owner

Running cargo fmt --check reported 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 fmt brings every file in line with rustfmt defaults so the check
passes.

#RUS-3

Running `cargo fmt --check` reported 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 fmt` brings every file in line with rustfmt defaults so the check passes. #RUS-3
style: apply cargo fmt across the codebase
All checks were successful
Create release / Create release from merged PR (pull_request) Has been skipped
af7cb5d90d
Running `cargo fmt --check` reported 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 fmt` brings every file in line with rustfmt defaults so the check
passes.

#RUS-3
nrupard deleted branch fix/cargo-fmt-RUS-3 2026-06-12 17:48:11 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
a8n-tools/rus!37
No description provided.