mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-15 08:12:32 -06:00
chore: fix clippy errors, add allow dead_code modifiers
This commit is contained in:
@@ -157,6 +157,7 @@ impl Audio {
|
||||
}
|
||||
|
||||
/// Returns `true` if the audio system is disabled.
|
||||
#[allow(dead_code)]
|
||||
pub fn is_disabled(&self) -> bool {
|
||||
self.disabled
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user