wip #193
Annotations
2 errors and 2 warnings
this argument is a mutable reference, but not used mutably:
src/inflight.rs#L145
error: this argument is a mutable reference, but not used mutably
--> src/inflight.rs:145:29
|
145 | fn available(&self, cx: &mut Context<'_>) -> bool {
| ^^^^^^^^^^^^^^^^ help: consider changing to: `&Context<'_>`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_ref_mut
note: the lint level is defined here
--> src/lib.rs:1:27
|
1 | #![deny(rust_2018_idioms, warnings, unreachable_pub)]
| ^^^^^^^^
= note: `#[deny(clippy::needless_pass_by_ref_mut)]` implied by `#[deny(warnings)]`
|
this argument is a mutable reference, but not used mutably:
src/inflight.rs#L145
error: this argument is a mutable reference, but not used mutably
--> src/inflight.rs:145:29
|
145 | fn available(&self, cx: &mut Context<'_>) -> bool {
| ^^^^^^^^^^^^^^^^ help: consider changing to: `&Context<'_>`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_ref_mut
note: the lint level is defined here
--> src/lib.rs:1:27
|
1 | #![deny(rust_2018_idioms, warnings, unreachable_pub)]
| ^^^^^^^^
= note: `#[deny(clippy::needless_pass_by_ref_mut)]` implied by `#[deny(warnings)]`
|
coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1, Swatinem/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
coverage
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|