feat(connection-limit): allow specific peers to bypass limit #17819
ci.yml
on: pull_request
gather_published_crates
15s
Run all WASM tests
1m 45s
Compile with MSRV
25s
Check rustdoc intra-doc links
51s
IPFS Integration tests
59s
examples
3m 27s
semver
3m 53s
rustfmt
12s
manifest_lint
14s
Check for changes in proto files
8s
Ensure that `Cargo.lock` is up-to-date
10s
cargo-deny
29s
Matrix: clippy
Matrix: cross
Matrix: feature_matrix
Matrix: test
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.
|