Merge pull request #33 from worldcoin/dependabot/cargo/tokio-1.34.0 #101
GitHub Actions / clippy
succeeded
Nov 19, 2023 in 0s
clippy
3 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 3 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.74.0-nightly (4e78abb43 2023-08-28)
- cargo 1.74.0-nightly (925280f02 2023-08-25)
- clippy 0.1.73 (4e78abb 2023-08-28)
Annotations
Check warning on line 99 in src/state_bridge/service.rs
github-actions / clippy
very complex type used. Consider factoring parts into `type` definitions
warning: very complex type used. Consider factoring parts into `type` definitions
--> src/state_bridge/service.rs:96:10
|
96 | ) -> Result<
| __________^
97 | | Vec<JoinHandle<Result<(), StateBridgeError<L1M, L2M>>>>,
98 | | StateBridgeError<L1M, L2M>,
99 | | > {
| |_____^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
= note: `#[warn(clippy::type_complexity)]` on by default
Check warning on line 99 in src/state_bridge/service.rs
github-actions / clippy
very complex type used. Consider factoring parts into `type` definitions
warning: very complex type used. Consider factoring parts into `type` definitions
--> src/state_bridge/service.rs:96:10
|
96 | ) -> Result<
| __________^
97 | | Vec<JoinHandle<Result<(), StateBridgeError<L1M, L2M>>>>,
98 | | StateBridgeError<L1M, L2M>,
99 | | > {
| |_____^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
= note: `#[warn(clippy::type_complexity)]` on by default
Check warning on line 5 in crates/ethers-throttle/src/lib.rs
github-actions / clippy
unused import: `ProviderError`
warning: unused import: `ProviderError`
--> crates/ethers-throttle/src/lib.rs:5:40
|
5 | use ethers::providers::{JsonRpcClient, ProviderError};
| ^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
Loading