Skip to content

v0.2 concept

v0.2 concept #759

Triggered via pull request January 5, 2025 00:42
Status Success
Total duration 5m 35s
Artifacts

cosmwasm-basic.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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