fix(p2p): resolve clippy type_complexity in sync test #29

Merged
anuna-02 merged 0 commits from refs/pull/29/head into main 2026-07-17 01:00:33 +00:00
anuna-02 commented 2026-07-17 00:58:56 +00:00 (Migrated from codeberg.org)

Extract the nested Arc<Mutex<Vec<(String, Result<usize, String>)>>> used in the dial-scheduler test into a DialOutcomes type alias in the test module, resolving the sole clippy::type_complexity warning.

cargo clippy --all-targets now reports no issues.

🤖 Generated with Claude Code

Extract the nested `Arc<Mutex<Vec<(String, Result<usize, String>)>>>` used in the dial-scheduler test into a `DialOutcomes` type alias in the test module, resolving the sole `clippy::type_complexity` warning. `cargo clippy --all-targets` now reports no issues. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
anuna-research/elephant!29
No description provided.