Run cargo +nightly fix --clippy -Z unstable-options

This commit is contained in:
Kirill Bulatov
2020-02-18 14:53:02 +02:00
parent eab80cd961
commit b8ddcb0652
48 changed files with 132 additions and 149 deletions

View File

@@ -4,7 +4,7 @@
mod args;
use lsp_server::Connection;
use ra_prof;
use rust_analyzer::{cli, from_json, show_message, Result, ServerConfig};
use crate::args::HelpPrinted;