chore: clippy

This commit is contained in:
galister
2024-03-23 15:41:54 +01:00
parent a1d3b9684d
commit e70aaa002e
5 changed files with 5 additions and 5 deletions

View File

@@ -229,7 +229,7 @@ struct KeyboardData {
processes: Vec<Child>,
}
const KEY_AUDIO_WAV: &'static [u8] = include_bytes!("../res/421581.wav");
const KEY_AUDIO_WAV: &[u8] = include_bytes!("../res/421581.wav");
impl KeyboardData {
fn key_click(&mut self, app: &mut AppState) {