add enum in proxy #1128
template-test-released.yml
on: pull_request
Template tool test - released templates
48s
Annotations
3 errors and 9 warnings
Template tool test - released templates:
framework/base/src/abi/type_description.rs#L63
unused variable: `struct_field`
|
Template tool test - released templates:
framework/base/src/abi/type_description.rs#L68
unused variable: `explicit_enum_variant`
|
Template tool test - released templates
Process completed with exit code 101.
|
Template tool test - released templates
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Template tool test - released templates
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'matcher', 'rustflags']
|
Template tool test - released templates
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'matcher', 'rustflags']
|
[clippy] framework/base/src/abi/type_description.rs#L63:
framework/base/src/abi/type_description.rs#L63
warning: unused variable: `struct_field`
--> framework/base/src/abi/type_description.rs:63:21
|
63 | for struct_field in struct_fields {
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_struct_field`
|
= note: `#[warn(unused_variables)]` on by default
|
[clippy] framework/base/src/abi/type_description.rs#L68:
framework/base/src/abi/type_description.rs#L68
warning: unused variable: `explicit_enum_variant`
--> framework/base/src/abi/type_description.rs:68:21
|
68 | for explicit_enum_variant in explicit_enum_variants {
| ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_explicit_enum_variant`
|
[clippy] framework/base/src/abi/type_description.rs#L63:
framework/base/src/abi/type_description.rs#L63
warning: unused variable: `struct_field`
--> framework/base/src/abi/type_description.rs:63:21
|
63 | for struct_field in struct_fields {
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_struct_field`
|
= note: `#[warn(unused_variables)]` on by default
|
[clippy] framework/base/src/abi/type_description.rs#L68:
framework/base/src/abi/type_description.rs#L68
warning: unused variable: `explicit_enum_variant`
--> framework/base/src/abi/type_description.rs:68:21
|
68 | for explicit_enum_variant in explicit_enum_variants {
| ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_explicit_enum_variant`
|
[clippy] framework/base/src/abi/type_description.rs#L58:
framework/base/src/abi/type_description.rs#L58
warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
--> framework/base/src/abi/type_description.rs:58:51
|
58 | for enum_variant in enum_variants.into_iter() {
| ^^^^^^^^^ help: call directly: `iter`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref
= note: `#[warn(clippy::into_iter_on_ref)]` on by default
|
[clippy] framework/base/src/abi/type_description.rs#L58:
framework/base/src/abi/type_description.rs#L58
warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
--> framework/base/src/abi/type_description.rs:58:51
|
58 | for enum_variant in enum_variants.into_iter() {
| ^^^^^^^^^ help: call directly: `iter`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref
= note: `#[warn(clippy::into_iter_on_ref)]` on by default
|