GitHub Actions / clippy
failed
Jan 12, 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.72.1 (d5c2e9c34 2023-09-13)
- cargo 1.72.1 (103a7ff2e 2023-08-15)
- clippy 0.1.72 (d5c2e9c 2023-09-13)
Annotations
Check failure on line 1 in src/protocols/relayer.rs
github-actions / clippy
unused import: `ckb_network::SupportProtocols`
error: unused import: `ckb_network::SupportProtocols`
--> src/protocols/relayer.rs:1:5
|
1 | use ckb_network::SupportProtocols;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
Loading