Make clippy happy

This commit is contained in:
Marc Plano-Lesay 2025-05-04 21:30:03 +10:00
parent baca332353
commit 756d1824f6
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
4 changed files with 13 additions and 14 deletions

View file

@ -59,7 +59,7 @@ impl BitmagnetClient {
}
if let Some(name) = structured_magnet.dn {
json_body["name"] = json!(decode(&*name)?);
json_body["name"] = json!(decode(&name)?);
}
if let Some(id) = imdb_id {