Removing constants
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
pub const WAV_FILE_EXTENSION: &str = ".wav";
|
|
||||||
pub const FLAC_FILE_EXTENSION: &str = ".flac";
|
|
||||||
pub const _MP3_FILE_EXTENSION: &str = ".mp3";
|
|
||||||
pub const JPG_FILE_EXTENSION: &str = ".jpg";
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
pub mod file_extensions;
|
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
mod constants;
|
|
||||||
mod help;
|
mod help;
|
||||||
mod managers;
|
mod managers;
|
||||||
mod models;
|
mod models;
|
||||||
|
|||||||
Reference in New Issue
Block a user