Remove unused import in main
This commit is contained in:
parent
c0c595db51
commit
c691accd65
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
use std::{
|
use std::{
|
||||||
pin::Pin,
|
|
||||||
thread::{spawn, JoinHandle},
|
thread::{spawn, JoinHandle},
|
||||||
time::Duration,
|
time::Duration,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue