Skip to content

Merge pull request #35 from rustworthy/chore/update-readme #28

Merge pull request #35 from rustworthy/chore/update-readme

Merge pull request #35 from rustworthy/chore/update-readme #28

GitHub Actions / clippy succeeded Dec 17, 2023 in 0s

clippy

1 warning

Details

Results

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

Versions

  • rustc 1.74.1 (a28077b28 2023-12-04)
  • cargo 1.74.1 (ecb9851af 2023-10-18)
  • clippy 0.1.74 (a28077b 2023-12-04)

Annotations

Check warning on line 11 in src/proto/single/cmd.rs

See this annotation in the file changed.

@github-actions 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