style: fix unmerged import
This commit is contained in:
parent
76fd9ea82e
commit
74aac62994
@ -1,5 +1,3 @@
|
||||
use std::process::exit;
|
||||
|
||||
use crate::{
|
||||
State,
|
||||
commands::CommandSource,
|
||||
@ -11,6 +9,7 @@ use hyper::{server::conn::http1, service::service_fn};
|
||||
use hyper_util::rt::TokioIo;
|
||||
use log::{debug, error, info, trace};
|
||||
use mlua::IntoLuaMulti;
|
||||
use std::process::exit;
|
||||
use tokio::net::TcpListener;
|
||||
|
||||
#[allow(clippy::too_many_lines)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user