Skip to content

Update GitHub actions #75

Update GitHub actions

Update GitHub actions #75

Triggered via pull request August 13, 2023 18:05
Status Success
Total duration 45s
Artifacts

features.yml

on: pull_request
Check for unknown features
35s
Check for unknown features
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Check for unknown features
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/
Check for unknown features
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'targets', 'target', 'components']
this loop could be written as a `for` loop: num_enum_derive/src/parsing.rs#L93
warning: this loop could be written as a `for` loop --> num_enum_derive/src/parsing.rs:93:9 | 93 | while let Some(attr) = attrs.next() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `for attr in attrs` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#while_let_on_iterator = note: `#[warn(clippy::while_let_on_iterator)]` on by default
this loop could be written as a `for` loop: num_enum_derive/src/parsing.rs#L93
warning: this loop could be written as a `for` loop --> num_enum_derive/src/parsing.rs:93:9 | 93 | while let Some(attr) = attrs.next() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `for attr in attrs` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#while_let_on_iterator = note: `#[warn(clippy::while_let_on_iterator)]` on by default
this loop could be written as a `for` loop: num_enum_derive/src/parsing.rs#L93
warning: this loop could be written as a `for` loop --> num_enum_derive/src/parsing.rs:93:9 | 93 | while let Some(attr) = attrs.next() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `for attr in attrs` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#while_let_on_iterator = note: `#[warn(clippy::while_let_on_iterator)]` on by default