Skip to content

Resolve CI failures from rustfmt/clippy regressions#10

Merged
msaadshabir merged 2 commits into
mainfrom
copilot/fix-ci-checks-failing
May 13, 2026
Merged

Resolve CI failures from rustfmt/clippy regressions#10
msaadshabir merged 2 commits into
mainfrom
copilot/fix-ci-checks-failing

Conversation

Copilot AI commented May 13, 2026

Copy link
Copy Markdown
Contributor

CI checks were failing due to rustfmt drift and clippy warnings treated as errors. This update aligns formatting and addresses the specific lints blocking the pipeline.

  • Clippy fixes: collapse nested conditionals, add Default for VlanStack, and use std::io::Error::other where appropriate.
  • Formatting alignment: apply rustfmt updates to touched modules to match enforced style.
if let DrainMode::ShutdownOnly = mode && !matches!(event, WorkerEvent::Shutdown(_)) {
    return Ok(());
}

Copilot AI and others added 2 commits May 13, 2026 19:37
Agent-Logs-Url: https://github.com/msaadshabir/NetScope/sessions/bf11159c-b6ed-4eac-82f9-91bd04c1c343

Co-authored-by: msaadshabir <142364633+msaadshabir@users.noreply.github.com>
Agent-Logs-Url: https://github.com/msaadshabir/NetScope/sessions/bf11159c-b6ed-4eac-82f9-91bd04c1c343

Co-authored-by: msaadshabir <142364633+msaadshabir@users.noreply.github.com>
@msaadshabir msaadshabir marked this pull request as ready for review May 13, 2026 20:18
@msaadshabir msaadshabir merged commit 24652ce into main May 13, 2026
5 checks passed
@msaadshabir msaadshabir deleted the copilot/fix-ci-checks-failing branch May 13, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants