Skip to content

rust-beta

rust-beta #51

Triggered via schedule March 6, 2024 07:34
Status Success
Total duration 1m 29s
Artifacts

beta.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build: linkerd/duplex/src/lib.rs#L53
error: field `0` is never read --> linkerd/duplex/src/lib.rs:53:10 | 53 | Read(usize), | ---- ^^^^^ | | | field in this variant | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]` help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 53 | Read(()), | ~~
build: linkerd/duplex/src/lib.rs#L53
error: field `0` is never read --> linkerd/duplex/src/lib.rs:53:10 | 53 | Read(usize), | ---- ^^^^^ | | | field in this variant | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]` help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 53 | Read(()), | ~~
build: linkerd/duplex/src/lib.rs#L59
error: field `0` is never read --> linkerd/duplex/src/lib.rs:59:13 | 59 | Partial(usize), | ------- ^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 59 | Partial(()), | ~~
build: linkerd/duplex/src/lib.rs#L59
error: field `0` is never read --> linkerd/duplex/src/lib.rs:59:13 | 59 | Partial(usize), | ------- ^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 59 | Partial(()), | ~~
build
Process completed with exit code 1.