mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Remove unnecessary leftovers
This commit is contained in:
parent
6d2d279389
commit
a539267c3b
2 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue