Add rustls library and fix free identifier error message #1436
Annotations
26 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions-rs/cargo@v1:
crates/steel-core/src/compiler/compiler.rs#L12
unused import: `disassemble`
|
Run actions-rs/cargo@v1:
crates/steel-core/src/compiler/compiler.rs#L161
unused variable: `span`
|
Run actions-rs/cargo@v1:
crates/steel-core/src/compiler/compiler.rs#L68
fields `flat_defines_idx` and `second_pass_defines_idx` are never read
|
Run actions-rs/cargo@v1
`steel-core` (lib) generated 3 warnings (run `cargo fix --lib -p steel-core` to apply 1 suggestion)
|
Run actions-rs/cargo@v1:
libs/steel-rustls/src/lib.rs#L3
unused imports: `CustomType`, `FFIArg`, `FFIValue`, `FromFFIArg`, `HostRuntimeFunction`, `IntoFFIVal`, and `as_underlying_ffi_type`
|
Run actions-rs/cargo@v1:
libs/steel-rustls/src/lib.rs#L12
unused import: `stdout`
|
Run actions-rs/cargo@v1:
libs/steel-rustls/src/lib.rs#L16
unused import: `ClientConnection`
|
Run actions-rs/cargo@v1:
libs/steel-rustls/src/lib.rs#L12
unused import: `Write`
|
Run actions-rs/cargo@v1:
libs/steel-rustls/src/lib.rs#L12
unused import: `Read`
|
Run actions-rs/cargo@v1:
libs/steel-rustls/src/lib.rs#L123
field `0` is never read
|
Install shared libraries:
crates/steel-core/src/compiler/compiler.rs#L12
unused import: `disassemble`
|
Install shared libraries:
crates/steel-core/src/compiler/compiler.rs#L161
unused variable: `span`
|
Install shared libraries:
crates/steel-core/src/compiler/compiler.rs#L68
fields `flat_defines_idx` and `second_pass_defines_idx` are never read
|
Install shared libraries
`steel-core` (lib) generated 3 warnings (run `cargo fix --lib -p steel-core` to apply 1 suggestion)
|
Install shared libraries:
crates/steel-core/src/compiler/compiler.rs#L12
unused import: `disassemble`
|
Install shared libraries:
crates/steel-core/src/compiler/compiler.rs#L161
unused variable: `span`
|
Install shared libraries:
crates/steel-core/src/compiler/compiler.rs#L68
fields `flat_defines_idx` and `second_pass_defines_idx` are never read
|
Install shared libraries
`steel-core` (lib) generated 3 warnings (run `cargo fix --lib -p steel-core` to apply 1 suggestion)
|
Install shared libraries:
libs/steel-websockets/src/lib.rs#L71
field `0` is never read
|
Install shared libraries
`steel-websockets` (lib) generated 1 warning
|
Install Rust toolchain
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/
|
Install Rust toolchain
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/
|
Install Rust toolchain
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/
|
Install Rust toolchain
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/
|
Loading