mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
introduce completion_item module
This commit is contained in:
parent
463e5af3f2
commit
74406ca8ea
3 changed files with 54 additions and 21 deletions
|
@ -6,11 +6,9 @@ use ra_syntax::{
|
|||
ast::{self, LoopBodyOwner},
|
||||
SyntaxKind::*,
|
||||
};
|
||||
use hir::{
|
||||
self,
|
||||
FnScopes,
|
||||
Def,
|
||||
Path,
|
||||
use hir::{
|
||||
self,
|
||||
FnScopes, Def, Path
|
||||
};
|
||||
|
||||
use crate::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue