Skip to content

refine

refine #6

Triggered via pull request July 1, 2023 13:34
@hhattohhatto
synchronize #3
refine
Status Failure
Total duration 1m 35s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
field `state` is never read: src/main.rs#L130
error: field `state` is never read --> src/main.rs:130:5 | 129 | struct Process { | ------- field in this struct 130 | state: String, | ^^^^^ | = note: `Process` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings`
field `state` is never read: src/main.rs#L130
error: field `state` is never read --> src/main.rs:130:5 | 129 | struct Process { | ------- field in this struct 130 | state: String, | ^^^^^ | = note: `Process` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings`
build
Clippy had exited with the 101 exit code