Warning fixes
All checks were successful
Rust Build / Check (pull_request) Successful in 35s
Rust Build / Test Suite (pull_request) Successful in 38s
Rust Build / Rustfmt (pull_request) Successful in 26s
Rust Build / Clippy (pull_request) Successful in 37s
Rust Build / build (pull_request) Successful in 41s

This commit is contained in:
2025-06-12 14:46:18 -04:00
parent 4df0fd12f8
commit f9facacfb4

View File

@@ -86,7 +86,7 @@ pub async fn generate_song_queue_dir_and_filename() -> (String, String) {
pub async fn save_song_to_fs(
directory: &String,
filename: &String,
data: &Vec<u8>,
data: &[u8],
) -> std::path::PathBuf {
// TODO: Add function to save bytes to a file in icarus_models
// repo