Making some changes to address warnings

Constants changed
This commit is contained in:
2025-03-16 15:15:31 -04:00
parent 7f5f546f65
commit e497ce11e0
4 changed files with 23 additions and 18 deletions

View File

@@ -1,9 +1,8 @@
use std::default::Default;
mod types {
pub enum Types {
WAV_EXTENSION,
FLAC_EXTENSION,
MP_EXTENSION,
WavExtension,
FlacExtension,
MPThreeExtension,
}
}