mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
move testing functions
This commit is contained in:
parent
98510ec5d3
commit
d5f6a5f5e2
10 changed files with 14 additions and 20 deletions
|
@ -21,7 +21,10 @@ use crate::{
|
|||
completion_item::{Completions, CompletionKind},
|
||||
completion_context::CompletionContext,
|
||||
},
|
||||
|
||||
};
|
||||
#[cfg(test)]
|
||||
use crate::completion::completion_item::{do_completion, check_completion};
|
||||
|
||||
pub use crate::completion::completion_item::{CompletionItem, CompletionItemKind, InsertTextFormat};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue