You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`cargo clippy -- -D warnings` (the CI gate) was failing on pre-existing
warnings. Fixes:
- drop unused imports (search, tx/common) and the never-constructed
`UTxORPCParameters` struct (+ its now-orphaned serde import)
- collapse inner `if`s into match guards in the explorer key handlers
(the catch-all arm is a no-op `_ => {}`, so behavior is unchanged)
- redundant closure → method reference; drop a needless `Ok(..?)`
No behavior change. `cargo clippy -- -D warnings` and `cargo test` green.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments