Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /