Skip to content

style: rustfmt --all (fix CI formatting on master)#30

Merged
irvingouj@Devolutions (irvingoujAtDevolution) merged 1 commit into
masterfrom
style/rustfmt
Jun 23, 2026
Merged

style: rustfmt --all (fix CI formatting on master)#30
irvingouj@Devolutions (irvingoujAtDevolution) merged 1 commit into
masterfrom
style/rustfmt

Conversation

@irvingoujAtDevolution

Copy link
Copy Markdown
Collaborator

master's CI Check formatting step (cargo fmt --all -- --check) is failing — recently merged work landed unformatted (connector auth_sequence/connection_pool, host/test, client-tokio main, e2e transport_auth_matrix).

This runs cargo fmt --all across the workspace. No logic change.

Verified locally against the exact CI steps: cargo fmt --all -- --check (clean), cargo clippy --workspace --all-features --all-targets -- -D warnings (clean), cargo test --workspace --exclude ironposh-web (green).

The refactor (pool …) stack (#25#29) will be rebased onto this so it inherits the formatted base.

master was fmt-dirty (cargo fmt --all -- --check fails in CI) from recently merged
work in connector/auth_sequence, connector/connection_pool, host/test, client-tokio
main and the e2e transport_auth_matrix. Run rustfmt across the workspace so the
CI 'Check formatting' step passes. No logic change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant