fix(p2p): resolve clippy type_complexity in sync test #29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/29/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Extract the nested
Arc<Mutex<Vec<(String, Result<usize, String>)>>>used in the dial-scheduler test into aDialOutcomestype alias in the test module, resolving the soleclippy::type_complexitywarning.cargo clippy --all-targetsnow reports no issues.🤖 Generated with Claude Code