v0.2 concept #759
cosmwasm-basic.yml
on: pull_request
Test Suite
5m 26s
Schema
1m 39s
Annotations
4 warnings
Schema
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:
crates/enclave/core/src/chain_client/default.rs#L32
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> crates/enclave/core/src/chain_client/default.rs:32:24
|
32 | .query_raw(&contract, query.to_string())
| ^^^^^^^^^ help: change this to: `contract`
|
= 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
|
this expression creates a reference which is immediately dereferenced by the compiler:
crates/enclave/core/src/chain_client/default.rs#L32
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> crates/enclave/core/src/chain_client/default.rs:32:24
|
32 | .query_raw(&contract, query.to_string())
| ^^^^^^^^^ help: change this to: `contract`
|
= 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
|
Test Suite
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|