Skip to content

Commit 9b2337d

Browse files
committed
Remove outdated comment
1 parent 0595dd9 commit 9b2337d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/ark/src/r_task.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,6 @@ where
305305
return;
306306
}
307307

308-
// Note that this blocks until the channels are initialized,
309-
// even though these are async tasks!
310308
let tasks_tx = if only_idle {
311309
IDLE_TASKS.tx()
312310
} else {

0 commit comments

Comments
 (0)