mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Simplify
This commit is contained in:
parent
1e9ecb9f58
commit
5ccaff3c97
7 changed files with 63 additions and 44 deletions
|
@ -173,6 +173,7 @@ pub fn completions(
|
|||
}
|
||||
|
||||
/// Resolves additional completion data at the position given.
|
||||
/// This is used for import insertion done via completions like flyimport and custom user snippets.
|
||||
pub fn resolve_completion_edits(
|
||||
db: &RootDatabase,
|
||||
config: &CompletionConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue