Remove unwanted dependency

This commit is contained in:
Aleksey Kladov
2020-07-08 18:22:57 +02:00
parent 35e4bb3506
commit 7ae696ba76
8 changed files with 15 additions and 16 deletions

View File

@@ -6,14 +6,13 @@ mod args;
use std::convert::TryFrom;
use lsp_server::Connection;
use ra_project_model::ProjectManifest;
use rust_analyzer::{
cli,
config::{Config, LinkedProject},
from_json, Result,
};
use ra_db::AbsPathBuf;
use ra_project_model::ProjectManifest;
use vfs::AbsPathBuf;
use crate::args::HelpPrinted;