Remove unnecessary import.

This commit is contained in:
KtorZ
2023-03-30 11:50:44 +02:00
parent 1d3315005c
commit cb5dc75326

View File

@@ -2,7 +2,6 @@ use crate::server::Server;
use aiken_project::{config::Config, paths};
use error::Error;
use lsp_server::Connection;
use owo_colors;
use std::env;
mod cast;