fix lint warnings

This commit is contained in:
Skgland
2026-06-05 20:45:18 +02:00
parent bb5a59170a
commit a236d00d7d
2 changed files with 2 additions and 6 deletions

View File

@@ -4685,7 +4685,7 @@ impl Machine {
let http_listener = HttpListener {
incoming: rx,
warp_shutdown: warp_shutdown,
warp_shutdown,
};
let http_listener: TypedArenaPtr<HttpListener> =
arena_alloc!(http_listener, &mut self.machine_st.arena);
@@ -4750,7 +4750,7 @@ impl Machine {
Err(_) => unreachable!(),
}
return false;
false
}
#[cfg(feature = "http")]