WIP web socket implementation #354
GitHub Actions / clippy
failed
Jun 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.81.0-nightly (b5b13568f 2024-06-10)
- cargo 1.81.0-nightly (b1feb75d0 2024-06-07)
- clippy 0.1.80 (b5b1356 2024-06-10)
Annotations
Check failure on line 74 in hook/src/hooks/ws.rs
github-actions / clippy
variants `Open` and `Close` are never constructed
error: variants `Open` and `Close` are never constructed
--> hook/src/hooks/ws.rs:74:5
|
71 | enum EventType {
| --------- variants in this enum
...
74 | Open,
| ^^^^
75 | Close,
| ^^^^^
|
= note: `EventType` 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)]`
Loading