diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-01-02 18:47:10 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-01-02 18:47:10 +0100 |
| commit | be7748be2f1e9d1e88ebd093da9eec16d1ad4049 (patch) | |
| tree | 14c118236500a6ffff99bedd1487a7d2cbca009c /mumd/src/audio.rs | |
| parent | 28f0ccd4639865e10690022c8164ba4c5b337102 (diff) | |
| parent | 1c8b7316503d3ab710d3d3ec241b85e76b9a42be (diff) | |
| download | mum-be7748be2f1e9d1e88ebd093da9eec16d1ad4049.tar.gz | |
Merge remote-tracking branch 'origin/clippy' into main
Diffstat (limited to 'mumd/src/audio.rs')
| -rw-r--r-- | mumd/src/audio.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/src/audio.rs b/mumd/src/audio.rs index 0666268..0820147 100644 --- a/mumd/src/audio.rs +++ b/mumd/src/audio.rs @@ -16,7 +16,7 @@ use std::sync::{Arc, Mutex}; use tokio::sync::{mpsc, watch}; //TODO? move to mumlib -pub const EVENT_SOUNDS: &[(&'static [u8], NotificationEvents)] = &[ +pub const EVENT_SOUNDS: &[(&[u8], NotificationEvents)] = &[ (include_bytes!("resources/connect.wav"), NotificationEvents::ServerConnect), ( include_bytes!("resources/disconnect.wav"), |
