forked from mirror/async-std
Delete unused import
This commit is contained in:
parent
21c5c48cb6
commit
1a50ffd144
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use crossbeam_channel::{unbounded, Receiver, Sender};
|
|||
use once_cell::sync::Lazy;
|
||||
|
||||
use crate::task::{JoinHandle, Task};
|
||||
use crate::utils::{abort_on_panic, random};
|
||||
use crate::utils::abort_on_panic;
|
||||
|
||||
/// Spawns a blocking task.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue