Reduce scope of deserialization

This commit is contained in:
Aleksey Kladov
2020-04-01 18:51:16 +02:00
parent e870cbc23d
commit 4936abdd49
5 changed files with 16 additions and 21 deletions

View File

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