std::iter not needed

This commit is contained in:
Sergiu Puscas
2021-04-05 18:44:00 +02:00
parent 83fed44db0
commit 819e1ccce5

View File

@@ -1,7 +1,6 @@
use std::error;
use std::fmt::{self, Display};
use std::io::{self, Cursor, Read, Seek, SeekFrom, Write};
use std::iter;
use std::str::FromStr;
use std::thread::sleep;
use std::time::Duration;