Update GitHub actions #93
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 warnings
MSRV build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
MSRV build
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'targets', 'target', 'components']
|
variable does not need to be mutable:
num_enum_derive/src/parsing.rs#L89
warning: variable does not need to be mutable
--> num_enum_derive/src/parsing.rs:89:9
|
89 | mut attrs: Attrs,
| ----^^^^^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` on by default
|
variable does not need to be mutable:
num_enum_derive/src/parsing.rs#L89
warning: variable does not need to be mutable
--> num_enum_derive/src/parsing.rs:89:9
|
89 | mut attrs: Attrs,
| ----^^^^^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` on by default
|
variable does not need to be mutable:
num_enum_derive/src/parsing.rs#L89
warning: variable does not need to be mutable
--> num_enum_derive/src/parsing.rs:89:9
|
89 | mut attrs: Attrs,
| ----^^^^^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` on by default
|