Skip to content

Fix clippy lints in rocm-dash-daemon - #27

Merged
volen-silo merged 1 commit into
mainfrom
fix-clippy
Jun 18, 2026
Merged

Fix clippy lints in rocm-dash-daemon#27
volen-silo merged 1 commit into
mainfrom
fix-clippy

Conversation

@volen-silo

Copy link
Copy Markdown
Collaborator

Summary

Fixes the cargo clippy --workspace --all-targets -- -D warnings failure in CI.

  • src/server.rs: switch {parent:?} / {path:?} to Display formatting via .display() (clippy::unnecessary_debug_formatting, 4 sites)
  • tests/end_to_end.rs: replace if … { panic!(…) } with assert!(…) (clippy::manual_assert). This one was masked in CI because the lib failed to compile first.

Test plan

  • cargo clippy --workspace --all-targets -- -D warnings passes clean locally

@volen-silo
volen-silo added this pull request to the merge queue Jun 18, 2026
Merged via the queue into main with commit 6d81271 Jun 18, 2026
7 checks passed
@rominf
rominf deleted the fix-clippy branch July 22, 2026 10:07
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