[WIP] Batch jobs #114
GitHub Actions / clippy
succeeded
Jan 9, 2024 in 0s
clippy
2 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 2 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.76.0-beta.2 (650745ceb 2024-01-08)
- cargo 1.76.0-beta.2 (ddec30889 2024-01-02)
- clippy 0.1.76 (650745c 2024-01-08)
Annotations
Check warning on line 21 in src/proto/mod.rs
github-actions / clippy
unused import: `self::single::gen_random_jid`
warning: unused import: `self::single::gen_random_jid`
--> src/proto/mod.rs:21:9
|
21 | pub use self::single::gen_random_jid;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Check warning on line 19 in src/proto/mod.rs
github-actions / clippy
unused import: `self::single::Hi`
warning: unused import: `self::single::Hi`
--> src/proto/mod.rs:19:9
|
19 | pub use self::single::Hi;
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
Loading