Separate tls::ServerName and identity::Id types #1565
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
check-each.yml
on: pull_request
list-changed-crates
46s
Matrix: check-each
Annotations
3 errors
check-each (linkerd-meshtls):
linkerd/meshtls/src/lib.rs#L86
error: unused variable: `local_id`
--> linkerd/meshtls/src/lib.rs:86:9
|
86 | local_id: id::Id,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_local_id`
|
= note: `-D unused-variables` implied by `-D warnings`
|
check-each (linkerd-meshtls):
linkerd/meshtls/src/lib.rs#L86
error: unused variable: `local_id`
--> linkerd/meshtls/src/lib.rs:86:9
|
86 | local_id: id::Id,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_local_id`
|
= note: `-D unused-variables` implied by `-D warnings`
|
check-each (linkerd-meshtls)
Process completed with exit code 1.
|