mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
remove extra clone
This commit is contained in:
parent
f51c636401
commit
4f6799a495
1 changed files with 1 additions and 3 deletions
|
|
@ -61,9 +61,7 @@ pub fn from_stream_async(
|
|||
(on_chunk, on_complete),
|
||||
);
|
||||
}
|
||||
Err((bytes, e)) => {
|
||||
on_complete(Err(Error::OutputStream(bytes.clone(), e)))
|
||||
}
|
||||
Err((b, e)) => on_complete(Err(Error::OutputStream(b, e))),
|
||||
}
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue