Remove unused import in main

main
Charlotte Som 2021-11-03 07:36:35 +00:00
parent c0c595db51
commit c691accd65
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
use std::{
pin::Pin,
thread::{spawn, JoinHandle},
time::Duration,
};