mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
make compleion item details private
This commit is contained in:
parent
b5c5995bf1
commit
4092b8d0b5
5 changed files with 65 additions and 36 deletions
|
@ -30,7 +30,7 @@ use crate::{
|
|||
};
|
||||
|
||||
pub use crate::{
|
||||
completion::CompletionItem,
|
||||
completion::{CompletionItem, InsertText},
|
||||
};
|
||||
pub use ra_editor::{
|
||||
FileSymbol, Fold, FoldKind, HighlightedRange, LineIndex, Runnable, RunnableKind, StructureNode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue