From c73ab25c9dbe40284cfd38beaf31e2a20a9810de Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 22 Sep 2026 18:22:46 +0200 Subject: refactor(engine): fix portion of clippy lints --- engine/src/work_queue.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/src/work_queue.rs') diff --git a/engine/src/work_queue.rs b/engine/src/work_queue.rs index 494d2b5..765aec3 100644 --- a/engine/src/work_queue.rs +++ b/engine/src/work_queue.rs @@ -32,7 +32,7 @@ impl WorkQueue Self { work_sender, - thread_panic: thread_panic, + thread_panic, _thread: ThreadBuilder::new() .name(name.to_string()) .spawn(move || { -- cgit v1.2.3-18-g5258