chore: fix rust build warning
parent
b2a92f1cf7
commit
c92b9e11c3
|
|
@ -83,7 +83,7 @@ impl LlamaServiceImpl {
|
||||||
};
|
};
|
||||||
|
|
||||||
for ffi::StepOutput { request_id, text } in result {
|
for ffi::StepOutput { request_id, text } in result {
|
||||||
let mut stopped = false;
|
let mut stopped: bool;
|
||||||
let LlamaRunningRequest { tx, stop_condition } =
|
let LlamaRunningRequest { tx, stop_condition } =
|
||||||
self.requests.get_mut(&request_id).unwrap();
|
self.requests.get_mut(&request_id).unwrap();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue