style: remove unused use
This commit is contained in:
parent
2b934876e0
commit
76657fce4a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use crate::{
|
|||
threads::ThreadPool,
|
||||
};
|
||||
use std::{
|
||||
collections::HashMap, error::Error, net::{Shutdown, TcpListener}, sync::Arc
|
||||
collections::HashMap, net::{Shutdown, TcpListener}, sync::Arc
|
||||
};
|
||||
|
||||
type DynHandlerFn = dyn Fn(Request) -> Response + Send + Sync;
|
||||
|
|
Loading…
Reference in a new issue