feat(inbound): Add metrics for rate-limiting #894
pr.yml
on: pull_request
Annotations
3 errors
rust:
linkerd/proxy/server-policy/src/local_rate_limit.rs#L147
error: redundant closure
--> linkerd/proxy/server-policy/src/local_rate_limit.rs:147:22
|
147 | .map(|m| Meta::try_from(m))
| ^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `Meta::try_from`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
= note: `-D clippy::redundant-closure` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::redundant_closure)]`
|
rust
Process completed with exit code 1.
|
ship-it
Process completed with exit code 1.
|