Merge pull request #35 from rustworthy/chore/update-readme #28
GitHub Actions / clippy
succeeded
Dec 17, 2023 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.75.0-beta.7 (b216e7b0e 2023-12-16)
- cargo 1.75.0-beta.7 (1d8b05cdd 2023-11-20)
- clippy 0.1.75 (b216e7b 2023-12-16)
Annotations
Check warning on line 11 in src/proto/single/cmd.rs
github-actions / clippy
type parameter `W` goes unused in function definition
warning: type parameter `W` goes unused in function definition
--> src/proto/single/cmd.rs:11:17
|
11 | fn write_queues<W, S>(w: &mut dyn Write, queues: &[S]) -> Result<(), Error>
| ^
|
= help: consider removing the parameter
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_type_parameters
= note: `#[warn(clippy::extra_unused_type_parameters)]` on by default
Check warning on line 17 in src/proto/mod.rs
github-actions / clippy
unused import: `self::single::Hi`
warning: unused import: `self::single::Hi`
--> src/proto/mod.rs:17:9
|
17 | pub use self::single::Hi;
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
Loading