mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Remove the state
This commit is contained in:
parent
74c3bbacc9
commit
93bc009a59
7 changed files with 36 additions and 106 deletions
|
@ -81,7 +81,7 @@ pub use crate::{
|
|||
};
|
||||
pub use completion::{
|
||||
CompletionConfig, CompletionItem, CompletionItemKind, CompletionResolveCapability,
|
||||
CompletionScore, ImportEdit, ImportEditPtr, InsertTextFormat,
|
||||
CompletionScore, ImportEdit, InsertTextFormat,
|
||||
};
|
||||
pub use ide_db::{
|
||||
call_info::CallInfo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue