Skip to content

feat(connection-limit): allow specific peers to bypass limit #17819

feat(connection-limit): allow specific peers to bypass limit

feat(connection-limit): allow specific peers to bypass limit #17819

Triggered via pull request February 4, 2025 13:39
Status Failure
Total duration 7m 41s
Artifacts

ci.yml

on: pull_request
gather_published_crates
15s
gather_published_crates
Run all WASM tests
1m 45s
Run all WASM tests
Compile with MSRV
25s
Compile with MSRV
Check rustdoc intra-doc links
51s
Check rustdoc intra-doc links
IPFS Integration tests
59s
IPFS Integration tests
examples
3m 27s
examples
semver
3m 53s
semver
rustfmt
12s
rustfmt
manifest_lint
14s
manifest_lint
Check for changes in proto files
8s
Check for changes in proto files
Ensure that `Cargo.lock` is up-to-date
10s
Ensure that `Cargo.lock` is up-to-date
cargo-deny
29s
cargo-deny
Matrix: clippy
Matrix: cross
Matrix: feature_matrix
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
clippy (beta): misc/connection-limits/src/lib.rs#L488
this `match` can be collapsed into the outer `if let`
clippy (beta): misc/connection-limits/src/lib.rs#L488
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
clippy (beta)
Process completed with exit code 101.
clippy (1.83.0): misc/connection-limits/src/lib.rs#L488
this `match` can be collapsed into the outer `if let`
clippy (1.83.0): misc/connection-limits/src/lib.rs#L488
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
clippy (1.83.0)
Process completed with exit code 101.