Remove unused Split import
This commit is contained in:
parent
0d9f606960
commit
783a83ef05
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
//! Holds the elements pertaining to Ear, a listener object.
|
//! Holds the elements pertaining to Ear, a listener object.
|
||||||
|
|
||||||
use core::str::Split;
|
|
||||||
use std::fmt::Display;
|
use std::fmt::Display;
|
||||||
use std::io::{prelude::*, BufReader};
|
use std::io::{prelude::*, BufReader};
|
||||||
use std::net::{TcpListener, TcpStream};
|
use std::net::{TcpListener, TcpStream};
|
||||||
|
|
Loading…
Reference in a new issue