Skip to content

Commit

Permalink
clippy: fix dead_code warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eladyn committed Mar 7, 2025
1 parent dcf3a84 commit ab1941b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,10 @@ impl FileConfig {

#[derive(Copy, Clone)]
enum KnownConfigProblem {
#[cfg_attr(
all(feature = "alsa_backend", feature = "dbus_mpris"),
expect(dead_code)
)]
MissingFeature(&'static str),
UsernamePassword,
}
Expand Down

0 comments on commit ab1941b

Please sign in to comment.