Skip to content

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

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

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

Triggered via pull request December 10, 2024 20:41
Status Success
Total duration 1m 50s
Artifacts

check.yml

on: pull_request
stable / fmt
4s
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#L353
warning: this expression creates a reference which is immediately dereferenced by the compiler --> main/src/project.rs:353:33 | 353 | 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