Make clippy happy
This commit is contained in:
parent
baca332353
commit
756d1824f6
4 changed files with 13 additions and 14 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue