Skip to content

Handle SIGTERM and signals from user space #371

Handle SIGTERM and signals from user space

Handle SIGTERM and signals from user space #371

GitHub Actions / clippy failed Jul 21, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (1)

src/worker/stop.rs|36 col 31| error[E0560]: struct worker::stop::StopDetails has no field named nrunning
--> src/worker/stop.rs:36:31
|
36 | StopDetails { reason, nrunning }
| ^^^^^^^^ worker::stop::StopDetails does not have this field
|
= note: available fields are: workers_still_running

Filtered Findings (0)

Annotations

Check failure on line 36 in src/worker/stop.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] src/worker/stop.rs#L36

error[E0560]: struct `worker::stop::StopDetails` has no field named `nrunning`
  --> src/worker/stop.rs:36:31
   |
36 |         StopDetails { reason, nrunning }
   |                               ^^^^^^^^ `worker::stop::StopDetails` does not have this field
   |
   = note: available fields are: `workers_still_running`
Raw output
src/worker/stop.rs:36:31:e:error[E0560]: struct `worker::stop::StopDetails` has no field named `nrunning`
  --> src/worker/stop.rs:36:31
   |
36 |         StopDetails { reason, nrunning }
   |                               ^^^^^^^^ `worker::stop::StopDetails` does not have this field
   |
   = note: available fields are: `workers_still_running`


__END__