mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +00:00
clippy
This commit is contained in:
parent
914e21c043
commit
c202484e9d
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ where
|
||||||
details
|
details
|
||||||
} else {
|
} else {
|
||||||
let bytes_stream = from
|
let bytes_stream = from
|
||||||
.to_bytes(&identifier, None, None)
|
.to_bytes(identifier, None, None)
|
||||||
.await
|
.await
|
||||||
.map_err(From::from)
|
.map_err(From::from)
|
||||||
.map_err(MigrateError::Details)?;
|
.map_err(MigrateError::Details)?;
|
||||||
|
|
Loading…
Reference in a new issue