Clippy warning fixes
This commit is contained in:
@@ -262,7 +262,7 @@ pub mod cov_db {
|
|||||||
)
|
)
|
||||||
.bind(&coverart.title)
|
.bind(&coverart.title)
|
||||||
.bind(&coverart.path)
|
.bind(&coverart.path)
|
||||||
.bind(&song_id)
|
.bind(song_id)
|
||||||
.fetch_one(pool)
|
.fetch_one(pool)
|
||||||
.await
|
.await
|
||||||
.map_err(|e| {
|
.map_err(|e| {
|
||||||
|
|||||||
Reference in New Issue
Block a user