Skip to content

Support No reference Types in RUSTFLAGS by going from wasm->wat->wasm #391

Support No reference Types in RUSTFLAGS by going from wasm->wat->wasm

Support No reference Types in RUSTFLAGS by going from wasm->wat->wasm #391

Triggered via pull request December 11, 2024 01:52
Status Success
Total duration 1m 49s
Artifacts

check.yml

on: pull_request
stable / fmt
14s
stable / fmt
Matrix: clippy
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
stable / fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
this expression creates a reference which is immediately dereferenced by the compiler: main/src/project.rs#L356
warning: this expression creates a reference which is immediately dereferenced by the compiler --> main/src/project.rs:356:33 | 356 | let wasm = wasmer::wat2wasm(&wat_str.as_bytes()) | ^^^^^^^^^^^^^^^^^^^ help: change this to: `wat_str.as_bytes()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
stable / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636