Skip to content
GitHub Actions / clippy failed Jul 19, 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.79.0 (129f3b996 2024-06-10)
  • cargo 1.79.0 (ffa9cf99a 2024-06-03)
  • clippy 0.1.79 (129f3b9 2024-06-10)

Annotations

Check failure on line 273 in ibc-clients/cw-context/src/types/msgs.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `super::SudoMsg`

error: unused import: `super::SudoMsg`
   --> ibc-clients/cw-context/src/types/msgs.rs:273:9
    |
273 |     use super::SudoMsg;
    |         ^^^^^^^^^^^^^^
    |
note: the lint level is defined here
   --> ibc-clients/cw-context/src/lib.rs:12:5
    |
12  |     warnings,
    |     ^^^^^^^^
    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`