Skip to content

Update cosmwasm-schema requirement from 1.5.3 to 2.0.4 #25

Update cosmwasm-schema requirement from 1.5.3 to 2.0.4

Update cosmwasm-schema requirement from 1.5.3 to 2.0.4 #25

GitHub Actions / clippy failed Jun 23, 2024 in 1s

clippy

8 errors

Details

Results

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

Versions

  • rustc 1.80.0-beta.4 (64a1fe671 2024-06-21)
  • cargo 1.80.0-beta.4 (34a6a87d8 2024-06-04)
  • clippy 0.1.80 (64a1fe6 2024-06-21)

Annotations

Check failure on line 10 in contracts/usb-adapter/src/bin/publish.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `usb`

error[E0432]: unresolved import `usb`
  --> contracts/usb-adapter/src/bin/publish.rs:10:5
   |
10 | use usb::{
   |     ^^^ use of undeclared crate or module `usb`

Check failure on line 10 in contracts/usb-adapter/src/bin/publish.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `usb`

error[E0433]: failed to resolve: use of undeclared crate or module `usb`
  --> contracts/usb-adapter/src/bin/publish.rs:10:5
   |
10 | use usb::{
   |     ^^^ use of undeclared crate or module `usb`

Check failure on line 10 in contracts/usb-adapter/src/bin/local_daemon.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `usb`

error[E0432]: unresolved import `usb`
  --> contracts/usb-adapter/src/bin/local_daemon.rs:10:5
   |
10 | use usb::{contract::interface::UsbInterface, UsbExecuteMsg, USB_ID};
   |     ^^^ use of undeclared crate or module `usb`

Check failure on line 64 in contracts/usb-adapter/src/bin/local_daemon.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `usb`

error[E0433]: failed to resolve: use of undeclared crate or module `usb`
  --> contracts/usb-adapter/src/bin/local_daemon.rs:64:9
   |
64 |     use usb::msg::UsbQueryMsgFns;
   |         ^^^ use of undeclared crate or module `usb`

Check failure on line 10 in contracts/usb-adapter/src/bin/local_daemon.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `usb`

error[E0433]: failed to resolve: use of undeclared crate or module `usb`
  --> contracts/usb-adapter/src/bin/local_daemon.rs:10:5
   |
10 | use usb::{contract::interface::UsbInterface, UsbExecuteMsg, USB_ID};
   |     ^^^ use of undeclared crate or module `usb`

Check failure on line 15 in contracts/usb-adapter/src/bin/local_daemon.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `usb`

error[E0433]: failed to resolve: use of undeclared crate or module `usb`
  --> contracts/usb-adapter/src/bin/local_daemon.rs:15:5
   |
15 | use usb::msg::UsbInstantiateMsg;
   |     ^^^ use of undeclared crate or module `usb`

Check failure on line 2 in contracts/usb-adapter/src/bin/schema.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `usb`

error[E0433]: failed to resolve: use of undeclared crate or module `usb`
 --> contracts/usb-adapter/src/bin/schema.rs:2:5
  |
2 | use usb::contract::UsbAdapter;
  |     ^^^ use of undeclared crate or module `usb`

Check failure on line 20 in packages/usb/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty doc comment

error: empty doc comment
  --> packages/usb/src/lib.rs:20:5
   |
20 |     ///
   |     ^^^
   |
   = help: consider removing or filling it
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
   = note: `-D clippy::empty-docs` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::empty_docs)]`