Update GitHub actions #881
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
12 warnings
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
|
Presubmit (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1, actions-rs/clippy-check@v1, actions-rs/[email protected], actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Presubmit (beta)
Unable to download cargo-audit == latest from the tool cache: Error: Unexpected HTTP response: 403
|
Presubmit (beta)
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'targets', 'target', 'components']
|
Presubmit (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1, actions-rs/clippy-check@v1, actions-rs/[email protected], actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Presubmit (stable)
Unable to download cargo-audit == latest from the tool cache: Error: Unexpected HTTP response: 403
|
Presubmit (stable)
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'targets', 'target', 'components']
|
Presubmit (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1, actions-rs/clippy-check@v1, actions-rs/[email protected], actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Presubmit (nightly)
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'targets', 'target', 'components']
|
Presubmit (nightly)
Unable to download cargo-audit == latest from the tool cache: Error: Unexpected HTTP response: 403
|