Skip to content

Rewrite networking to have proper round-robin across instances and retries #545

Rewrite networking to have proper round-robin across instances and retries

Rewrite networking to have proper round-robin across instances and retries #545

GitHub Actions / clippy failed Sep 10, 2024 in 0s

clippy

2 errors

Details

Results

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

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check failure on line 23 in pkcs11/src/config/device.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

variant `Failed` is never constructed

error: variant `Failed` is never constructed
  --> pkcs11/src/config/device.rs:23:5
   |
20 | pub enum InstanceState {
   |          ------------- variant in this enum
...
23 |     Failed {
   |     ^^^^^^
   |
   = note: `InstanceState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
   = note: `-D dead-code` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(dead_code)]`

Check failure on line 23 in pkcs11/src/config/device.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

variant `Failed` is never constructed

error: variant `Failed` is never constructed
  --> pkcs11/src/config/device.rs:23:5
   |
20 | pub enum InstanceState {
   |          ------------- variant in this enum
...
23 |     Failed {
   |     ^^^^^^
   |
   = note: `InstanceState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
   = note: `-D dead-code` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(dead_code)]`