Centralize client capabilities

This commit is contained in:
Aleksey Kladov
2020-04-01 18:46:26 +02:00
parent a97e5eb85d
commit e870cbc23d
6 changed files with 21 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ mod args;
use lsp_server::Connection;
use rust_analyzer::{cli, from_json, Config, Result};
use rust_analyzer::{cli, config::Config, from_json, Result};
use crate::args::HelpPrinted;