Skip to content

Added cw-plus interface #2052

Added cw-plus interface

Added cw-plus interface #2052

GitHub Actions / clippy failed Sep 17, 2024 in 0s

clippy

1 error

Details

Results

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

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check failure on line 21 in packages/integrations/cw-plus/src/cw20_base.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no function or associated item named `github_release` found for struct `cw_orch::prelude::WasmPath` in the current scope

error[E0599]: no function or associated item named `github_release` found for struct `cw_orch::prelude::WasmPath` in the current scope
  --> packages/integrations/cw-plus/src/cw20_base.rs:21:19
   |
21 |         WasmPath::github_release(
   |                   ^^^^^^^^^^^^^^ function or associated item not found in `WasmPath`
   |
note: if you're trying to build a new `cw_orch::prelude::WasmPath`, consider using `cw_orch::prelude::WasmPath::new` which returns `std::result::Result<cw_orch::prelude::WasmPath, cw_orch::prelude::CwOrchError>`
  --> /home/runner/work/cw-orchestrator/cw-orchestrator/packages/cw-orch-core/src/contract/paths.rs:32:9
   |
32 |         pub fn new(path: impl Into<PathBuf>) -> Result<Self, CwEnvError> {
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^