Remove unnecessary import.
This commit is contained in:
parent
1d3315005c
commit
cb5dc75326
|
@ -2,7 +2,6 @@ use crate::server::Server;
|
||||||
use aiken_project::{config::Config, paths};
|
use aiken_project::{config::Config, paths};
|
||||||
use error::Error;
|
use error::Error;
|
||||||
use lsp_server::Connection;
|
use lsp_server::Connection;
|
||||||
use owo_colors;
|
|
||||||
use std::env;
|
use std::env;
|
||||||
|
|
||||||
mod cast;
|
mod cast;
|
||||||
|
|
Loading…
Reference in New Issue