Skip to content

Testnet 9.2

Testnet 9.2 #771

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

clippy

4 errors

Details

Results

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

Versions

  • rustc 1.79.0-nightly (ef8b9dcf2 2024-04-24)
  • cargo 1.79.0-nightly (c93926759 2024-04-23)
  • clippy 0.1.79 (ef8b9dc 2024-04-24)

Annotations

Check failure on line 191 in src/app/migrations.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

struct `app::InnerApp` has no field named `ethereum`

error[E0560]: struct `app::InnerApp` has no field named `ethereum`
   --> src/app/migrations.rs:191:13
    |
191 |             ethereum,
    |             ^^^^^^^^ `app::InnerApp` does not have this field
    |
    = note: all struct fields are already assigned

Check failure on line 611 in src/app.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `crate::ethereum`

error[E0432]: unresolved import `crate::ethereum`
   --> src/app.rs:611:17
    |
611 |     use crate::{ethereum::bytes32, frost::FrostGroup};
    |                 ^^^^^^^^ could not find `ethereum` in the crate root
    |
note: found an item that was configured out
   --> src/lib.rs:31:9
    |
31  | pub mod ethereum;
    |         ^^^^^^^^
    = note: the item is gated behind the `ethereum` feature

Check failure on line 7 in src/app/migrations.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `crate::ethereum`

error[E0432]: unresolved import `crate::ethereum`
  --> src/app/migrations.rs:7:5
   |
7  |     ethereum::{bytes32, Connection, Ethereum, Network},
   |     ^^^^^^^^ could not find `ethereum` in the crate root
   |
note: found an item that was configured out
  --> src/lib.rs:31:9
   |
31 | pub mod ethereum;
   |         ^^^^^^^^
   = note: the item is gated behind the `ethereum` feature

Check failure on line 16 in src/app.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `crate::ethereum`

error[E0432]: unresolved import `crate::ethereum`
  --> src/app.rs:16:12
   |
16 | use crate::ethereum::Ethereum;
   |            ^^^^^^^^ could not find `ethereum` in the crate root
   |
note: found an item that was configured out
  --> src/lib.rs:31:9
   |
31 | pub mod ethereum;
   |         ^^^^^^^^
   = note: the item is gated behind the `ethereum` feature