Support No reference Types in RUSTFLAGS by going from wasm->wat->wasm #390
check.yml
on: pull_request
stable / fmt
4s
Matrix: clippy
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
|