Commenting out code
This commit is contained in:
@@ -6,6 +6,7 @@ pub fn path_buf_to_string(path: &std::path::Path) -> String {
|
||||
}
|
||||
|
||||
// TODO: Consider having something like this in icarus_models
|
||||
/*
|
||||
pub async fn generate_coverart_queue_dir_and_filename(file_type: &str) -> (String, String) {
|
||||
use rand::Rng;
|
||||
|
||||
@@ -40,3 +41,4 @@ pub async fn generate_coverart_queue_dir_and_filename(file_type: &str) -> (Strin
|
||||
|
||||
(directory, filename)
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user