removed unused import
This commit is contained in:
parent
9b13f6a6ce
commit
f88f186fb1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
use crossbeam_channel::unbounded;
|
||||
use std::io::{Write, Read};
|
||||
use std::io::{Write};
|
||||
use std::thread;
|
||||
use std::time::Duration;
|
||||
|
||||
|
|
Loading…
Reference in a new issue