Skip to content

Allow customising error types #54

Allow customising error types

Allow customising error types #54

Triggered via push August 13, 2023 17:58
Status Success
Total duration 1m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Minimal versions build
54s
Minimal versions build
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Minimal versions build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, 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/
Minimal versions build
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
Minimal versions build
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
Minimal versions build
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
Minimal versions build
The `set-output` 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/
Minimal versions build
The `set-output` 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/
Minimal versions build
The `set-output` 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/
Minimal versions build
The `set-output` 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/
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
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