Skip to content

fix(runtimed): resolve clippy expect_used warnings#584

Merged
rgbkrk merged 1 commit intomainfrom
quill/fix-clippy-warnings
Mar 7, 2026
Merged

fix(runtimed): resolve clippy expect_used warnings#584
rgbkrk merged 1 commit intomainfrom
quill/fix-clippy-warnings

Conversation

@rgbkrk
Copy link
Member

@rgbkrk rgbkrk commented Mar 7, 2026

Fixes the three remaining expect_used clippy warnings in runtimed:

  1. Signal handlers: Added #[allow(clippy::expect_used)] annotations for signal registration, which is a fundamental OS operation with no recovery path
  2. current_exe(): Refactored to propagate errors with ? instead of expect

The codebase follows strict clippy lints (unwrap_used, expect_used) to prevent panics in user-facing code, so these changes ensure the daemon compiles cleanly.

PR submitted by @rgbkrk's agent, Quill

@rgbkrk rgbkrk merged commit 7e4680d into main Mar 7, 2026
23 of 24 checks passed
@rgbkrk rgbkrk deleted the quill/fix-clippy-warnings branch March 7, 2026 06:08
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.

1 participant