GitHub Actions / clippy
succeeded
Jan 14, 2024 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.75.0 (82e1608df 2023-12-21)
- cargo 1.75.0 (1d8b05cdd 2023-11-20)
- clippy 0.1.75 (82e1608 2023-12-21)
Annotations
Check warning on line 94 in src/clients/wayland/mod.rs
github-actions / clippy
variant `ToplevelInfo` is never constructed
warning: variant `ToplevelInfo` is never constructed
--> src/clients/wayland/mod.rs:94:5
|
86 | pub enum Response {
| -------- variant in this enum
...
94 | ToplevelInfo(Option<ToplevelInfo>),
| ^^^^^^^^^^^^
|
= note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
Loading