Skip to content

Update Union Testnet 9 Endpoints #2248

Update Union Testnet 9 Endpoints

Update Union Testnet 9 Endpoints #2248

GitHub Actions / clippy failed Dec 19, 2024 in 1s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.84.0-beta.4 (202008a1b 2024-12-07)
  • cargo 1.84.0-beta.4 (66221abde 2024-11-19)
  • clippy 0.1.84 (202008a1b8 2024-12-07)

Annotations

Check failure on line 50 in packages/cw-orch-mock/src/queriers/bank.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated method `cosmwasm_std::QuerierWrapper::<'a, C>::query_all_balances`

error: use of deprecated method `cosmwasm_std::QuerierWrapper::<'a, C>::query_all_balances`
  --> packages/cw-orch-mock/src/queriers/bank.rs:50:51
   |
50 |             let amount = self.app.borrow().wrap().query_all_balances(address)?;
   |                                                   ^^^^^^^^^^^^^^^^^^
   |
   = note: `-D deprecated` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(deprecated)]`