Remove unnecessary leftovers

This commit is contained in:
Kirill Bulatov 2020-12-01 10:59:41 +02:00
parent 6d2d279389
commit a539267c3b
2 changed files with 0 additions and 3 deletions
crates/rust-analyzer/src

@ -1,2 +0,0 @@
#[derive(Debug, Default)]
pub struct CompletionResolveActions {}

@ -36,7 +36,6 @@ mod thread_pool;
mod document;
pub mod lsp_ext;
pub mod config;
mod completions;
use ide::AnalysisHost;
use serde::de::DeserializeOwned;