Skip to content

Commit 67f2a00

Browse files
committed
Whoops
1 parent d4a43ea commit 67f2a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_tasks/src/single_threaded_task_pool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ impl TaskPool {
119119
#[expect(unsafe_code, reason = "Required to transmute lifetimes.")]
120120
pub fn scope_with_executor<'env, F, T>(
121121
&self,
122-
_thread_executor: Option<&ThreadSpawner>,
122+
_thread_executor: Option<ThreadSpawner>,
123123
f: F,
124124
) -> Vec<T>
125125
where

0 commit comments

Comments
 (0)