chore: fix rust build warning

main
Meng Zhang 2023-12-11 12:42:43 +08:00
parent b2a92f1cf7
commit c92b9e11c3
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ impl LlamaServiceImpl {
};
for ffi::StepOutput { request_id, text } in result {
let mut stopped = false;
let mut stopped: bool;
let LlamaRunningRequest { tx, stop_condition } =
self.requests.get_mut(&request_id).unwrap();