add enum in proxy #5884
actions.yml
on: pull_request
Wasm tests
1m 3s
Rust tests
4m 59s
Clippy linter check
1m 15s
Annotations
3 errors and 11 warnings
Wasm tests:
framework/base/src/abi/type_description.rs#L63
unused variable: `struct_field`
|
Wasm tests:
framework/base/src/abi/type_description.rs#L68
unused variable: `explicit_enum_variant`
|
Wasm tests
Process completed with exit code 101.
|
[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
|
Wasm tests
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/.
|
Clippy linter check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust tests
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/.
|
Rust tests:
framework/base/src/abi/type_description.rs#L63
unused variable: `struct_field`
|
Rust tests:
framework/base/src/abi/type_description.rs#L68
unused variable: `explicit_enum_variant`
|