Release/v2.207.0 light metrics #12
Annotations
7 errors
fmt
Process completed with exit code 1.
|
clippy:
linkerd/app/outbound/src/http/concrete.rs#L346
error[E0599]: no method named `remove` found for enum `Result` in the current scope
--> linkerd/app/outbound/src/http/concrete.rs:346:20
|
346 | dst_labels.remove("pod");
| ^^^^^^ method not found in `Result<BTreeMap<String, String>, Arc<BTreeMap<String, String>>>`
|
= note: the full type name has been written to '/__w/linkerd2-proxy/linkerd2-proxy/target/x86_64-unknown-linux-gnu/debug/deps/linkerd_app_outbound-7f30b2ba184ca831.long-type-249218875921845385.txt'
|
clippy:
linkerd/app/outbound/src/http/concrete.rs#L347
error[E0599]: no method named `remove` found for enum `Result` in the current scope
--> linkerd/app/outbound/src/http/concrete.rs:347:20
|
347 | dst_labels.remove("pod_template_hash");
| ^^^^^^ method not found in `Result<BTreeMap<String, String>, Arc<BTreeMap<String, String>>>`
|
= note: the full type name has been written to '/__w/linkerd2-proxy/linkerd2-proxy/target/x86_64-unknown-linux-gnu/debug/deps/linkerd_app_outbound-7f30b2ba184ca831.long-type-249218875921845385.txt'
|
clippy
Process completed with exit code 1.
|
docs:
linkerd/app/outbound/src/http/concrete.rs#L346
error[E0599]: no method named `remove` found for enum `Result` in the current scope
--> linkerd/app/outbound/src/http/concrete.rs:346:20
|
346 | dst_labels.remove("pod");
| ^^^^^^ method not found in `Result<BTreeMap<String, String>, Arc<BTreeMap<String, String>>>`
|
docs:
linkerd/app/outbound/src/http/concrete.rs#L347
error[E0599]: no method named `remove` found for enum `Result` in the current scope
--> linkerd/app/outbound/src/http/concrete.rs:347:20
|
347 | dst_labels.remove("pod_template_hash");
| ^^^^^^ method not found in `Result<BTreeMap<String, String>, Arc<BTreeMap<String, String>>>`
|
docs
Process completed with exit code 1.
|