Add missing import to owo_colors
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
use std::env;
|
||||
|
||||
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;
|
||||
pub mod error;
|
||||
@@ -9,10 +11,6 @@ mod line_numbers;
|
||||
pub mod server;
|
||||
mod utils;
|
||||
|
||||
use error::Error;
|
||||
|
||||
use crate::server::Server;
|
||||
|
||||
pub fn start() -> Result<(), Error> {
|
||||
tracing::info!("Aiken language server starting");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user