From 0e4afa042ad84cf191856562899ea658ba21b2de Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sat, 24 May 2025 18:56:49 -0400 Subject: [PATCH] Clippy warning fixes --- src/callers/coverart.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callers/coverart.rs b/src/callers/coverart.rs index 5f4ba52..3b41814 100644 --- a/src/callers/coverart.rs +++ b/src/callers/coverart.rs @@ -262,7 +262,7 @@ pub mod cov_db { ) .bind(&coverart.title) .bind(&coverart.path) - .bind(&song_id) + .bind(song_id) .fetch_one(pool) .await .map_err(|e| {