mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Inline snapshots for all tests in complete_snippet, remove now-unused check_completion
This commit is contained in:
parent
460423e66c
commit
69244a6e18
7 changed files with 58 additions and 81 deletions
|
@ -16,7 +16,7 @@ mod complete_postfix;
|
|||
use ra_db::SourceDatabase;
|
||||
|
||||
#[cfg(test)]
|
||||
use crate::completion::completion_item::{check_completion, do_completion};
|
||||
use crate::completion::completion_item::do_completion;
|
||||
use crate::{
|
||||
completion::{
|
||||
completion_context::CompletionContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue