feat(connection-limit): allow specific peers to bypass limit #17819
Annotations
3 errors
Run cargo clippy --all-targets --all-features:
misc/connection-limits/src/lib.rs#L488
this `match` can be collapsed into the outer `if let`
|
Run cargo clippy --all-targets --all-features:
misc/connection-limits/src/lib.rs#L488
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
Run cargo clippy --all-targets --all-features
Process completed with exit code 101.
|
Loading