mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-24 02:21:05 +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
|
||||
} else {
|
||||
let bytes_stream = from
|
||||
.to_bytes(&identifier, None, None)
|
||||
.to_bytes(identifier, None, None)
|
||||
.await
|
||||
.map_err(From::from)
|
||||
.map_err(MigrateError::Details)?;
|
||||
|
|
Loading…
Reference in a new issue