Remove unused Split import

This commit is contained in:
flyingscorpio@clevo 2023-01-08 22:30:27 +01:00
parent 0d9f606960
commit 783a83ef05

View file

@ -1,6 +1,5 @@
//! Holds the elements pertaining to Ear, a listener object.
use core::str::Split;
use std::fmt::Display;
use std::io::{prelude::*, BufReader};
use std::net::{TcpListener, TcpStream};