Skip to content

Commit 3e249fa

Browse files
Allow Unused on the CurrentState faders field
1 parent c690a89 commit 3e249fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

daemon/src/device.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ struct ButtonState {
7878
// profile's settings for comparison.
7979
#[derive(Default)]
8080
pub(crate) struct CurrentState {
81+
#[allow(unused)]
8182
pub(crate) faders: EnumMap<FaderName, ChannelName>,
8283
pub(crate) mute_state: EnumMap<ChannelName, ChannelState>,
8384
pub(crate) volumes: EnumMap<ChannelName, u8>,

0 commit comments

Comments
 (0)