You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the CI in #800 the following was spoted.
Checking spotifyd v0.3.0 (/Users/runner/work/spotifyd/spotifyd)
warning: field is never read: `volume_controller`
Warning: --> src/config.rs:594:5
|
594 | pub(crate) volume_controller: VolumeController,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted
Warning: 1 warning emitted
```
I think it would be a `good first issue` for new rustaceans.
The text was updated successfully, but these errors were encountered:
CPerezz
added
the
bug
A functionality or parts of a program that do not work as intended
label
Jan 31, 2021
Sorry. This is a leftover of my work on #800. I mistakenly understood that the warn was there before when indeed it was produced by my conditional compilation code added.
While running the CI in #800 the following was spoted.
The text was updated successfully, but these errors were encountered: