Skip to content

Commit 1a50ffd

Browse files
author
Stjepan Glavina
committed
Delete unused import
1 parent 21c5c48 commit 1a50ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/task/spawn_blocking.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crossbeam_channel::{unbounded, Receiver, Sender};
66
use once_cell::sync::Lazy;
77

88
use crate::task::{JoinHandle, Task};
9-
use crate::utils::{abort_on_panic, random};
9+
use crate::utils::abort_on_panic;
1010

1111
/// Spawns a blocking task.
1212
///

0 commit comments

Comments
 (0)