Skip to content

bump

bump #2250

GitHub Actions / clippy failed Dec 20, 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.83.0 (90b35a623 2024-11-26)
  • cargo 1.83.0 (5ffbef321 2024-10-29)
  • clippy 0.1.83 (90b35a6 2024-11-26)

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)]`