Remove unneeded import

This commit is contained in:
Frank Denis 2021-10-21 15:47:30 +02:00
parent 2d712d777d
commit 2efc655a6f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use iron::prelude::*;
use iron::status;
use iron::{typemap, BeforeMiddleware};
use router::Router;
use serde_json;
use std::net::IpAddr;
use std::str::FromStr;
use std::sync::{Arc, RwLock};